Html Css Color HEX #52066F Indigo

📋 copy color: '#52066F'

red 82 ◦ green 6 ◦ blue 111

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

Shades of Indigo #52066F

Tints of Indigo #52066F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

 BLUE value IS 111 (43.75% from 255) = 55.78%

R = 41.21%
G = 3.02%
B = 55.78%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#52066F (or 0x52066F) is known color: Indigo. HEX triplet: 52, 06 and 6F. RGB value is (82,6,111). Sum of RGB (Red+Green+Blue) = 82+6+111=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #52066F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52066F is #ADF990. Grayscale: #282828. Windows color (decimal): -11401617 or 7276114. OLE color: 7276114.

HSL color Cylindrical-coordinate representation of color #52066F: hue angle of 283.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52066F is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 6 111 -
CMYK 0.26 0.95 0 0.56
HSL 283.43º 0.9% 0.23% -
HSV(B) 283.43º 0.95% 0.44% -
XYZ 6.41 3.07 15.29 -
YUV 40.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 82 6 111 0.26 0.95 0 0.56 283.43 0.9 0.23
Hex 52 6 6F 1A 5F 0 38 11B 5A 17
Octal 122 6 157 32 137 0 70 433 132 27
Binary 1010010 110 1101111 11010 1011111 0 111000 100011011 1011010 10111

Color Harmonies of #52066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52066F

Black with #52066F

Text Example


Text Example

White with #52066F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,6,111); }

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

background-color css

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

 a { background-color: rgb(82,6,111); }

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

border-color css

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

 span { border-color: rgb(82,6,111); }

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