Html Css Color HEX #52098C Indigo

📋 copy color: '#52098C'

red 82 ◦ green 9 ◦ blue 140

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

Shades of Indigo #52098C

Tints of Indigo #52098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.61%

R = 35.5%
G = 3.9%
B = 60.61%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52098C (or 0x52098C) is known color: Indigo. HEX triplet: 52, 09 and 8C. RGB value is (82,9,140). Sum of RGB (Red+Green+Blue) = 82+9+140=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #52098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52098C is #ADF673. Grayscale: #2D2D2D. Windows color (decimal): -11400820 or 9177426. OLE color: 9177426.

HSL color Cylindrical-coordinate representation of color #52098C: hue angle of 273.44º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52098C is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 9 140 -
CMYK 0.41 0.94 0 0.45
HSL 273.44º 0.88% 0.29% -
HSV(B) 273.44º 0.94% 0.55% -
XYZ 8.31 3.88 25.12 -
YUV 45.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 82 9 140 0.41 0.94 0 0.45 273.44 0.88 0.29
Hex 52 9 8C 29 5E 0 2D 111 58 1D
Octal 122 11 214 51 136 0 55 421 130 35
Binary 1010010 1001 10001100 101001 1011110 0 101101 100010001 1011000 11101

Color Harmonies of #52098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52098C

Black with #52098C

Text Example


Text Example

White with #52098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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