#52086F

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

Shades of Indigo #52086F

Tints of Indigo #52086F

Color information

#52086F (or 0x52086F) is unknown color: approx Indigo. HEX triplet: 52, 08 and 6F. RGB value is (82,8,111). Sum of RGB (Red+Green+Blue) = 82+8+111=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #52086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52086F is #ADF790. Grayscale: #292929. Windows color (decimal): -11401105 or 7276626. OLE color: 7276626.

HSL color Cylindrical-coordinate representation of color #52086F: hue angle of 283.11º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52086F is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB828111-
CMYK0.260.9300.56
HSL283.11º86.55%23.33%-
HSV(B)283.11º92.79%43.53%-
XYZ6.443.1215.3-
YUV41.87167.02156.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 111 (43.75% from 255) = 55.22%
R=40.80%
G=3.98%
B=55.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8281110.260.9300.56283.1186.5523.33
Hex5286F1A5D03811b5717
Octal122101573213507043312727
Binary1010010100011011111101010111010111000100011011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52086F; }

 p { color: rgb(82,8,111); }

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

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

 a { background-color: rgb(82,8,111); }

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

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

 span { border-color: rgb(82,8,111); }

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