Html Css Color HEX #52005E Indigo

📋 copy color: '#52005E'

red 82 ◦ green 0 ◦ blue 94

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

Shades of Indigo #52005E

Tints of Indigo #52005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 53.41%

R = 46.59%
G = 0%
B = 53.41%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#52005E (or 0x52005E) is known color: Indigo. HEX triplet: 52, 00 and 5E. RGB value is (82,0,94). Sum of RGB (Red+Green+Blue) = 82+0+94=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #52005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52005E is #ADFFA1. Grayscale: #222222. Windows color (decimal): -11403170 or 6160466. OLE color: 6160466.

HSL color Cylindrical-coordinate representation of color #52005E: hue angle of 292.34º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52005E is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 0 94 -
CMYK 0.13 1 0 0.63
HSL 292.34º 1% 0.18% -
HSV(B) 292.34º 1% 0.37% -
XYZ 5.5 2.6 10.8 -
YUV 35.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 82 0 94 0.13 1 0 0.63 292.34 1 0.18
Hex 52 0 5E D 64 0 3F 124 64 12
Octal 122 0 136 15 144 0 77 444 144 22
Binary 1010010 0 1011110 1101 1100100 0 111111 100100100 1100100 10010

Color Harmonies of #52005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52005E

Black with #52005E

Text Example


Text Example

White with #52005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,0,94); }

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

background-color css

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

 a { background-color: rgb(82,0,94); }

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

border-color css

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

 span { border-color: rgb(82,0,94); }

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