Html Css Color HEX #52096C Indigo

📋 copy color: '#52096C'

red 82 ◦ green 9 ◦ blue 108

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

Shades of Indigo #52096C

Tints of Indigo #52096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.52%

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

R = 41.21%
G = 4.52%
B = 54.27%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52096C (or 0x52096C) is known color: Indigo. HEX triplet: 52, 09 and 6C. RGB value is (82,9,108). Sum of RGB (Red+Green+Blue) = 82+9+108=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #52096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52096C is #ADF693. Grayscale: #292929. Windows color (decimal): -11400852 or 7080274. OLE color: 7080274.

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

Color convert

RGB 82 9 108 -
CMYK 0.24 0.92 0 0.58
HSL 284.24º 0.85% 0.23% -
HSV(B) 284.24º 0.92% 0.42% -
XYZ 6.28 3.07 14.45 -
YUV 42.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 82 9 108 0.24 0.92 0 0.58 284.24 0.85 0.23
Hex 52 9 6C 18 5C 0 3A 11C 55 17
Octal 122 11 154 30 134 0 72 434 125 27
Binary 1010010 1001 1101100 11000 1011100 0 111010 100011100 1010101 10111

Color Harmonies of #52096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52096C

Black with #52096C

Text Example


Text Example

White with #52096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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