Html Css Color HEX #52029D Indigo

📋 copy color: '#52029D'

red 82 ◦ green 2 ◦ blue 157

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

Shades of Indigo #52029D

Tints of Indigo #52029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 65.15%

R = 34.02%
G = 0.83%
B = 65.15%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52029D (or 0x52029D) is known color: Indigo. HEX triplet: 52, 02 and 9D. RGB value is (82,2,157). Sum of RGB (Red+Green+Blue) = 82+2+157=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #52029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52029D is #ADFD62. Grayscale: #2B2B2B. Windows color (decimal): -11402595 or 10289746. OLE color: 10289746.

HSL color Cylindrical-coordinate representation of color #52029D: hue angle of 270.97º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52029D is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 2 157 -
CMYK 0.48 0.99 0 0.38
HSL 270.97º 0.97% 0.31% -
HSV(B) 270.97º 0.99% 0.62% -
XYZ 9.59 4.27 32.22 -
YUV 43.59 192 155.4 -
System Red Green Blue C M Y K H S L
Decimal 82 2 157 0.48 0.99 0 0.38 270.97 0.97 0.31
Hex 52 2 9D 30 63 0 26 10F 61 1F
Octal 122 2 235 60 143 0 46 417 141 37
Binary 1010010 10 10011101 110000 1100011 0 100110 100001111 1100001 11111

Color Harmonies of #52029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52029D

Black with #52029D

Text Example


Text Example

White with #52029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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