Html Css Color HEX #52076C Indigo

📋 copy color: '#52076C'

red 82 ◦ green 7 ◦ blue 108

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

Shades of Indigo #52076C

Tints of Indigo #52076C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.55%

 BLUE value IS 108 (42.58% from 255) = 54.82%

R = 41.62%
G = 3.55%
B = 54.82%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52076C (or 0x52076C) is known color: Indigo. HEX triplet: 52, 07 and 6C. RGB value is (82,7,108). Sum of RGB (Red+Green+Blue) = 82+7+108=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #52076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52076C is #ADF893. Grayscale: #282828. Windows color (decimal): -11401364 or 7079762. OLE color: 7079762.

HSL color Cylindrical-coordinate representation of color #52076C: hue angle of 284.55º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52076C is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 7 108 -
CMYK 0.24 0.94 0 0.58
HSL 284.55º 0.88% 0.23% -
HSV(B) 284.55º 0.94% 0.42% -
XYZ 6.26 3.03 14.44 -
YUV 40.94 165.85 157.29 -
System Red Green Blue C M Y K H S L
Decimal 82 7 108 0.24 0.94 0 0.58 284.55 0.88 0.23
Hex 52 7 6C 18 5E 0 3A 11D 58 17
Octal 122 7 154 30 136 0 72 435 130 27
Binary 1010010 111 1101100 11000 1011110 0 111010 100011101 1011000 10111

Color Harmonies of #52076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52076C

Black with #52076C

Text Example


Text Example

White with #52076C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,7,108); }

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

background-color css

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

 a { background-color: rgb(82,7,108); }

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

border-color css

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

 span { border-color: rgb(82,7,108); }

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