Html Css Color HEX #52087C Indigo

📋 copy color: '#52087C'

red 82 ◦ green 8 ◦ blue 124

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

Shades of Indigo #52087C

Tints of Indigo #52087C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.94%

R = 38.32%
G = 3.74%
B = 57.94%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52087C (or 0x52087C) is known color: Indigo. HEX triplet: 52, 08 and 7C. RGB value is (82,8,124). Sum of RGB (Red+Green+Blue) = 82+8+124=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #52087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52087C is #ADF783. Grayscale: #2A2A2A. Windows color (decimal): -11401092 or 8128594. OLE color: 8128594.

HSL color Cylindrical-coordinate representation of color #52087C: hue angle of 278.28º 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 #52087C is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 8 124 -
CMYK 0.34 0.94 0 0.51
HSL 278.28º 0.88% 0.26% -
HSV(B) 278.28º 0.94% 0.49% -
XYZ 7.2 3.42 19.35 -
YUV 43.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 82 8 124 0.34 0.94 0 0.51 278.28 0.88 0.26
Hex 52 8 7C 22 5E 0 33 116 58 1A
Octal 122 10 174 42 136 0 63 426 130 32
Binary 1010010 1000 1111100 100010 1011110 0 110011 100010110 1011000 11010

Color Harmonies of #52087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52087C

Black with #52087C

Text Example


Text Example

White with #52087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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