Html Css Color HEX #52059C Indigo

📋 copy color: '#52059C'

red 82 ◦ green 5 ◦ blue 156

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

Shades of Indigo #52059C

Tints of Indigo #52059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

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

R = 33.74%
G = 2.06%
B = 64.2%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52059C (or 0x52059C) is known color: Indigo. HEX triplet: 52, 05 and 9C. RGB value is (82,5,156). Sum of RGB (Red+Green+Blue) = 82+5+156=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #52059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52059C is #ADFA63. Grayscale: #2C2C2C. Windows color (decimal): -11401828 or 10224978. OLE color: 10224978.

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

Color convert

RGB 82 5 156 -
CMYK 0.47 0.97 0 0.39
HSL 270.6º 0.94% 0.32% -
HSV(B) 270.6º 0.97% 0.61% -
XYZ 9.53 4.3 31.78 -
YUV 45.24 190.51 154.22 -
System Red Green Blue C M Y K H S L
Decimal 82 5 156 0.47 0.97 0 0.39 270.6 0.94 0.32
Hex 52 5 9C 2F 61 0 27 10F 5E 20
Octal 122 5 234 57 141 0 47 417 136 40
Binary 1010010 101 10011100 101111 1100001 0 100111 100001111 1011110 100000

Color Harmonies of #52059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52059C

Black with #52059C

Text Example


Text Example

White with #52059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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