Html Css Color HEX #52039C Indigo

📋 copy color: '#52039C'

red 82 ◦ green 3 ◦ blue 156

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

Shades of Indigo #52039C

Tints of Indigo #52039C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 156 (61.33% from 255) = 64.73%

R = 34.02%
G = 1.24%
B = 64.73%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52039C (or 0x52039C) is known color: Indigo. HEX triplet: 52, 03 and 9C. RGB value is (82,3,156). Sum of RGB (Red+Green+Blue) = 82+3+156=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #52039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52039C is #ADFC63. Grayscale: #2B2B2B. Windows color (decimal): -11402340 or 10224466. OLE color: 10224466.

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

Color convert

RGB 82 3 156 -
CMYK 0.47 0.98 0 0.39
HSL 270.98º 0.96% 0.31% -
HSV(B) 270.98º 0.98% 0.61% -
XYZ 9.51 4.26 31.77 -
YUV 44.06 191.17 155.06 -
System Red Green Blue C M Y K H S L
Decimal 82 3 156 0.47 0.98 0 0.39 270.98 0.96 0.31
Hex 52 3 9C 2F 62 0 27 10F 60 1F
Octal 122 3 234 57 142 0 47 417 140 37
Binary 1010010 11 10011100 101111 1100010 0 100111 100001111 1100000 11111

Color Harmonies of #52039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52039C

Black with #52039C

Text Example


Text Example

White with #52039C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,3,156); }

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

background-color css

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

 a { background-color: rgb(82,3,156); }

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

border-color css

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

 span { border-color: rgb(82,3,156); }

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