Html Css Color HEX #52096B Indigo

📋 copy color: '#52096B'

red 82 ◦ green 9 ◦ blue 107

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

Shades of Indigo #52096B

Tints of Indigo #52096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.04%

R = 41.41%
G = 4.55%
B = 54.04%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#52096B (or 0x52096B) is known color: Indigo. HEX triplet: 52, 09 and 6B. RGB value is (82,9,107). Sum of RGB (Red+Green+Blue) = 82+9+107=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #52096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52096B is #ADF694. Grayscale: #292929. Windows color (decimal): -11400853 or 7014738. OLE color: 7014738.

HSL color Cylindrical-coordinate representation of color #52096B: hue angle of 284.69º degrees, saturation: 0.84, 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 #52096B is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 9 107 -
CMYK 0.23 0.92 0 0.58
HSL 284.69º 0.84% 0.23% -
HSV(B) 284.69º 0.92% 0.42% -
XYZ 6.23 3.05 14.17 -
YUV 42 164.68 156.53 -
System Red Green Blue C M Y K H S L
Decimal 82 9 107 0.23 0.92 0 0.58 284.69 0.84 0.23
Hex 52 9 6B 17 5C 0 3A 11D 54 17
Octal 122 11 153 27 134 0 72 435 124 27
Binary 1010010 1001 1101011 10111 1011100 0 111010 100011101 1010100 10111

Color Harmonies of #52096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52096B

Black with #52096B

Text Example


Text Example

White with #52096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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