Html Css Color HEX #52099F Indigo

📋 copy color: '#52099F'

red 82 ◦ green 9 ◦ blue 159

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

Shades of Indigo #52099F

Tints of Indigo #52099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 63.6%

R = 32.8%
G = 3.6%
B = 63.6%

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

#52099F (or 0x52099F) is known color: Indigo. HEX triplet: 52, 09 and 9F. RGB value is (82,9,159). Sum of RGB (Red+Green+Blue) = 82+9+159=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #52099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52099F is #ADF660. Grayscale: #2F2F2F. Windows color (decimal): -11400801 or 10422610. OLE color: 10422610.

HSL color Cylindrical-coordinate representation of color #52099F: hue angle of 269.2º 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 #52099F is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 9 159 -
CMYK 0.48 0.94 0 0.38
HSL 269.2º 0.89% 0.33% -
HSV(B) 269.2º 0.94% 0.62% -
XYZ 9.84 4.49 33.15 -
YUV 47.93 190.68 152.3 -
System Red Green Blue C M Y K H S L
Decimal 82 9 159 0.48 0.94 0 0.38 269.2 0.89 0.33
Hex 52 9 9F 30 5E 0 26 10D 59 21
Octal 122 11 237 60 136 0 46 415 131 41
Binary 1010010 1001 10011111 110000 1011110 0 100110 100001101 1011001 100001

Color Harmonies of #52099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52099F

Black with #52099F

Text Example


Text Example

White with #52099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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