#521488

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

Shades of Indigo #521488

Tints of Indigo #521488

Color information

#521488 (or 0x521488) is unknown color: approx Indigo. HEX triplet: 52, 14 and 88. RGB value is (82,20,136). Sum of RGB (Red+Green+Blue) = 82+20+136=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #521488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521488 is #ADEB77. Grayscale: #333333. Windows color (decimal): -11398008 or 8918098. OLE color: 8918098.

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

Color convert

RGB8220136-
CMYK0.400.8500.47
HSL272.07º74.36%30.59%-
HSV(B)272.07º85.29%53.33%-
XYZ8.174.0723.65-
YUV51.76175.54149.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 20 (8.20% from 255) = 8.40%
BLUE value IS 136 (53.52% from 255) = 57.14%
R=34.45%
G=8.40%
B=57.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82201360.400.8500.47272.0774.3630.59
Hex521488285502F1104a1f
Octal122242105012505742011237
Binary1010010101001000100010100010101010101111100010000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521488; }

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

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

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

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

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

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

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

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