Html Css Color HEX #52087E Indigo

📋 copy color: '#52087E'

red 82 ◦ green 8 ◦ blue 126

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

Shades of Indigo #52087E

Tints of Indigo #52087E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 58.33%

R = 37.96%
G = 3.7%
B = 58.33%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52087E (or 0x52087E) is known color: Indigo. HEX triplet: 52, 08 and 7E. RGB value is (82,8,126). Sum of RGB (Red+Green+Blue) = 82+8+126=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 126 (49.61% from 255 or 58.33% from 216); Max value from RGB is 126 - color contains mainly: blue. Hex color #52087E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52087E is #ADF781. Grayscale: #2B2B2B. Windows color (decimal): -11401090 or 8259666. OLE color: 8259666.

HSL color Cylindrical-coordinate representation of color #52087E: hue angle of 277.63º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52087E is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 8 126 -
CMYK 0.35 0.94 0 0.51
HSL 277.63º 0.88% 0.26% -
HSV(B) 277.63º 0.94% 0.49% -
XYZ 7.33 3.47 20.02 -
YUV 43.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 82 8 126 0.35 0.94 0 0.51 277.63 0.88 0.26
Hex 52 8 7E 23 5E 0 33 116 58 1A
Octal 122 10 176 43 136 0 63 426 130 32
Binary 1010010 1000 1111110 100011 1011110 0 110011 100010110 1011000 11010

Color Harmonies of #52087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52087E

Black with #52087E

Text Example


Text Example

White with #52087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52087E; }

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

 H1.HeaderClassName
 {
   color: #52087E;
 }
 .AnyTagClassName
 {
   color: #52087E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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