Html Css Color HEX #52029B Indigo

📋 copy color: '#52029B'

red 82 ◦ green 2 ◦ blue 155

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

Shades of Indigo #52029B

Tints of Indigo #52029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.85%

R = 34.31%
G = 0.84%
B = 64.85%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52029B (or 0x52029B) is known color: Indigo. HEX triplet: 52, 02 and 9B. RGB value is (82,2,155). Sum of RGB (Red+Green+Blue) = 82+2+155=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #52029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52029B is #ADFD64. Grayscale: #2A2A2A. Windows color (decimal): -11402597 or 10158674. OLE color: 10158674.

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

Color convert

RGB 82 2 155 -
CMYK 0.47 0.99 0 0.39
HSL 271.37º 0.97% 0.31% -
HSV(B) 271.37º 0.99% 0.61% -
XYZ 9.42 4.2 31.33 -
YUV 43.36 191 155.56 -
System Red Green Blue C M Y K H S L
Decimal 82 2 155 0.47 0.99 0 0.39 271.37 0.97 0.31
Hex 52 2 9B 2F 63 0 27 10F 61 1F
Octal 122 2 233 57 143 0 47 417 141 37
Binary 1010010 10 10011011 101111 1100011 0 100111 100001111 1100001 11111

Color Harmonies of #52029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52029B

Black with #52029B

Text Example


Text Example

White with #52029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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