Html Css Color HEX #52087D Indigo

📋 copy color: '#52087D'

red 82 ◦ green 8 ◦ blue 125

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

Shades of Indigo #52087D

Tints of Indigo #52087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.14%

R = 38.14%
G = 3.72%
B = 58.14%

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

#52087D (or 0x52087D) is known color: Indigo. HEX triplet: 52, 08 and 7D. RGB value is (82,8,125). Sum of RGB (Red+Green+Blue) = 82+8+125=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #52087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52087D is #ADF782. Grayscale: #2B2B2B. Windows color (decimal): -11401091 or 8194130. OLE color: 8194130.

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

Color convert

RGB 82 8 125 -
CMYK 0.34 0.94 0 0.51
HSL 277.95º 0.88% 0.26% -
HSV(B) 277.95º 0.94% 0.49% -
XYZ 7.27 3.45 19.68 -
YUV 43.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 82 8 125 0.34 0.94 0 0.51 277.95 0.88 0.26
Hex 52 8 7D 22 5E 0 33 116 58 1A
Octal 122 10 175 42 136 0 63 426 130 32
Binary 1010010 1000 1111101 100010 1011110 0 110011 100010110 1011000 11010

Color Harmonies of #52087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52087D

Black with #52087D

Text Example


Text Example

White with #52087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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