Html Css Color HEX #52059B Indigo

📋 copy color: '#52059B'

red 82 ◦ green 5 ◦ blue 155

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

Shades of Indigo #52059B

Tints of Indigo #52059B

RGB

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

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

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

R = 33.88%
G = 2.07%
B = 64.05%

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

#52059B (or 0x52059B) is known color: Indigo. HEX triplet: 52, 05 and 9B. RGB value is (82,5,155). Sum of RGB (Red+Green+Blue) = 82+5+155=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #52059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52059B is #ADFA64. Grayscale: #2C2C2C. Windows color (decimal): -11401829 or 10159442. OLE color: 10159442.

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

Color convert

RGB 82 5 155 -
CMYK 0.47 0.97 0 0.39
HSL 270.8º 0.94% 0.31% -
HSV(B) 270.8º 0.97% 0.61% -
XYZ 9.45 4.27 31.34 -
YUV 45.12 190.01 154.3 -
System Red Green Blue C M Y K H S L
Decimal 82 5 155 0.47 0.97 0 0.39 270.8 0.94 0.31
Hex 52 5 9B 2F 61 0 27 10F 5E 1F
Octal 122 5 233 57 141 0 47 417 136 37
Binary 1010010 101 10011011 101111 1100001 0 100111 100001111 1011110 11111

Color Harmonies of #52059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52059B

Black with #52059B

Text Example


Text Example

White with #52059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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