Html Css Color HEX #52028E Indigo

📋 copy color: '#52028E'

red 82 ◦ green 2 ◦ blue 142

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

Shades of Indigo #52028E

Tints of Indigo #52028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 142 (55.86% from 255) = 62.83%

R = 36.28%
G = 0.88%
B = 62.83%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52028E (or 0x52028E) is known color: Indigo. HEX triplet: 52, 02 and 8E. RGB value is (82,2,142). Sum of RGB (Red+Green+Blue) = 82+2+142=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #52028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52028E is #ADFD71. Grayscale: #292929. Windows color (decimal): -11402610 or 9306706. OLE color: 9306706.

HSL color Cylindrical-coordinate representation of color #52028E: hue angle of 274.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52028E is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 2 142 -
CMYK 0.42 0.99 0 0.44
HSL 274.29º 0.97% 0.28% -
HSV(B) 274.29º 0.99% 0.56% -
XYZ 8.38 3.79 25.88 -
YUV 41.88 184.5 156.62 -
System Red Green Blue C M Y K H S L
Decimal 82 2 142 0.42 0.99 0 0.44 274.29 0.97 0.28
Hex 52 2 8E 2A 63 0 2C 112 61 1C
Octal 122 2 216 52 143 0 54 422 141 34
Binary 1010010 10 10001110 101010 1100011 0 101100 100010010 1100001 11100

Color Harmonies of #52028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52028E

Black with #52028E

Text Example


Text Example

White with #52028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,2,142); }

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

background-color css

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

 a { background-color: rgb(82,2,142); }

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

border-color css

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

 span { border-color: rgb(82,2,142); }

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