Html Css Color HEX #52028C Indigo

📋 copy color: '#52028C'

red 82 ◦ green 2 ◦ blue 140

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

Shades of Indigo #52028C

Tints of Indigo #52028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 62.5%

R = 36.61%
G = 0.89%
B = 62.5%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52028C (or 0x52028C) is known color: Indigo. HEX triplet: 52, 02 and 8C. RGB value is (82,2,140). Sum of RGB (Red+Green+Blue) = 82+2+140=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #52028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52028C is #ADFD73. Grayscale: #292929. Windows color (decimal): -11402612 or 9175634. OLE color: 9175634.

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

Color convert

RGB 82 2 140 -
CMYK 0.41 0.99 0 0.45
HSL 274.78º 0.97% 0.28% -
HSV(B) 274.78º 0.99% 0.55% -
XYZ 8.24 3.73 25.1 -
YUV 41.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 82 2 140 0.41 0.99 0 0.45 274.78 0.97 0.28
Hex 52 2 8C 29 63 0 2D 113 61 1C
Octal 122 2 214 51 143 0 55 423 141 34
Binary 1010010 10 10001100 101001 1100011 0 101101 100010011 1100001 11100

Color Harmonies of #52028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52028C

Black with #52028C

Text Example


Text Example

White with #52028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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