Html Css Color HEX #52099E Indigo

📋 copy color: '#52099E'

red 82 ◦ green 9 ◦ blue 158

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

Shades of Indigo #52099E

Tints of Indigo #52099E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 63.45%

R = 32.93%
G = 3.61%
B = 63.45%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52099E (or 0x52099E) is known color: Indigo. HEX triplet: 52, 09 and 9E. RGB value is (82,9,158). Sum of RGB (Red+Green+Blue) = 82+9+158=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #52099E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52099E is #ADF661. Grayscale: #2F2F2F. Windows color (decimal): -11400802 or 10357074. OLE color: 10357074.

HSL color Cylindrical-coordinate representation of color #52099E: hue angle of 269.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52099E is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 9 158 -
CMYK 0.48 0.94 0 0.38
HSL 269.4º 0.89% 0.33% -
HSV(B) 269.4º 0.94% 0.62% -
XYZ 9.75 4.46 32.69 -
YUV 47.81 190.18 152.38 -
System Red Green Blue C M Y K H S L
Decimal 82 9 158 0.48 0.94 0 0.38 269.4 0.89 0.33
Hex 52 9 9E 30 5E 0 26 10D 59 21
Octal 122 11 236 60 136 0 46 415 131 41
Binary 1010010 1001 10011110 110000 1011110 0 100110 100001101 1011001 100001

Color Harmonies of #52099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52099E

Black with #52099E

Text Example


Text Example

White with #52099E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52099E; }

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

 H1.HeaderClassName
 {
   color: #52099E;
 }
 .AnyTagClassName
 {
   color: #52099E;
 }
</style>

background-color css

<style>
 a { background-color: #52099E; }

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

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

border-color css

<style>
 span { border-color: #52099E; }

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

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