Html Css Color HEX #52086F Indigo

📋 copy color: '#52086F'

red 82 ◦ green 8 ◦ blue 111

#52086F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #52086F

Tints of Indigo #52086F

RGB

 RED value IS 82 (32.42% from 255) = 40.8%

 GREEN value IS 8 (3.52% from 255) = 3.98%

 BLUE value IS 111 (43.75% from 255) = 55.22%

R = 40.8%
G = 3.98%
B = 55.22%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52086F (or 0x52086F) is known color: 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

RGB 82 8 111 -
CMYK 0.26 0.93 0 0.56
HSL 283.11º 0.87% 0.23% -
HSV(B) 283.11º 0.93% 0.44% -
XYZ 6.44 3.12 15.3 -
YUV 41.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 82 8 111 0.26 0.93 0 0.56 283.11 0.87 0.23
Hex 52 8 6F 1A 5D 0 38 11B 57 17
Octal 122 10 157 32 135 0 70 433 127 27
Binary 1010010 1000 1101111 11010 1011101 0 111000 100011011 1010111 10111

Color Harmonies of #52086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52086F

Black with #52086F

Text Example


Text Example

White with #52086F

Text Example


Text Example

HTML Codes & Css Web 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>