#521388

Color #521388 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #521388

Tints of Indigo #521388

Color information

#521388 (or 0x521388) is unknown color: approx Indigo. HEX triplet: 52, 13 and 88. RGB value is (82,19,136). Sum of RGB (Red+Green+Blue) = 82+19+136=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #521388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521388 is #ADEC77. Grayscale: #323232. Windows color (decimal): -11398264 or 8917842. OLE color: 8917842.

HSL color Cylindrical-coordinate representation of color #521388: hue angle of 272.31º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521388 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8219136-
CMYK0.400.8600.47
HSL272.31º75.48%30.39%-
HSV(B)272.31º86.03%53.33%-
XYZ8.164.0423.64-
YUV51.18175.87149.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 136 (53.52% from 255) = 57.38%
R=34.60%
G=8.02%
B=57.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82191360.400.8600.47272.3175.4830.39
Hex521388285602F1104b1e
Octal122232105012605742011336
Binary1010010100111000100010100010101100101111100010000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521388; }

 p { color: rgb(82,19,136); }

 H1.HeaderClassName
 {
   color: #521388;
 }
 .AnyTagClassName
 {
   color: #521388;
 }
</style>
background-color css

<style>
 a { background-color: #521388; }

 a { background-color: rgb(82,19,136); }

 div.DivClassName
 {
   background-color: #521388;
 }
 .BgClassName
 {
   background-color: #521388;
 }
</style>
border-color css

<style>
 span { border-color: #521388; }

 span { border-color: rgb(82,19,136); }

 td.TdClassName
 {
   border-color: #521388;
 }
 .TagClassName
 {
   border-color: #521388;
 }
</style>