Html Css Color HEX #52086C Indigo

📋 copy color: '#52086C'

red 82 ◦ green 8 ◦ blue 108

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

Shades of Indigo #52086C

Tints of Indigo #52086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.55%

R = 41.41%
G = 4.04%
B = 54.55%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52086C (or 0x52086C) is known color: Indigo. HEX triplet: 52, 08 and 6C. RGB value is (82,8,108). Sum of RGB (Red+Green+Blue) = 82+8+108=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #52086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52086C is #ADF793. Grayscale: #292929. Windows color (decimal): -11401108 or 7080018. OLE color: 7080018.

HSL color Cylindrical-coordinate representation of color #52086C: hue angle of 284.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52086C is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 8 108 -
CMYK 0.24 0.93 0 0.58
HSL 284.4º 0.86% 0.23% -
HSV(B) 284.4º 0.93% 0.42% -
XYZ 6.27 3.05 14.45 -
YUV 41.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 82 8 108 0.24 0.93 0 0.58 284.4 0.86 0.23
Hex 52 8 6C 18 5D 0 3A 11C 56 17
Octal 122 10 154 30 135 0 72 434 126 27
Binary 1010010 1000 1101100 11000 1011101 0 111010 100011100 1010110 10111

Color Harmonies of #52086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52086C

Black with #52086C

Text Example


Text Example

White with #52086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52086C;
 }
 .AnyTagClassName
 {
   color: #52086C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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