Html Css Color HEX #52059F Indigo

📋 copy color: '#52059F'

red 82 ◦ green 5 ◦ blue 159

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

Shades of Indigo #52059F

Tints of Indigo #52059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 33.33%
G = 2.03%
B = 64.63%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52059F (or 0x52059F) is known color: Indigo. HEX triplet: 52, 05 and 9F. RGB value is (82,5,159). Sum of RGB (Red+Green+Blue) = 82+5+159=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #52059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52059F is #ADFA60. Grayscale: #2D2D2D. Windows color (decimal): -11401825 or 10421586. OLE color: 10421586.

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

Color convert

RGB 82 5 159 -
CMYK 0.48 0.97 0 0.38
HSL 270º 0.94% 0.32% -
HSV(B) 270º 0.97% 0.62% -
XYZ 9.79 4.41 33.14 -
YUV 45.58 192.01 153.98 -
System Red Green Blue C M Y K H S L
Decimal 82 5 159 0.48 0.97 0 0.38 270 0.94 0.32
Hex 52 5 9F 30 61 0 26 10E 5E 20
Octal 122 5 237 60 141 0 46 416 136 40
Binary 1010010 101 10011111 110000 1100001 0 100110 100001110 1011110 100000

Color Harmonies of #52059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52059F

Black with #52059F

Text Example


Text Example

White with #52059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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