Html Css Color HEX #52098B Indigo

📋 copy color: '#52098B'

red 82 ◦ green 9 ◦ blue 139

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

Shades of Indigo #52098B

Tints of Indigo #52098B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 60.43%

R = 35.65%
G = 3.91%
B = 60.43%

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

#52098B (or 0x52098B) is known color: Indigo. HEX triplet: 52, 09 and 8B. RGB value is (82,9,139). Sum of RGB (Red+Green+Blue) = 82+9+139=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #52098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52098B is #ADF674. Grayscale: #2D2D2D. Windows color (decimal): -11400821 or 9111890. OLE color: 9111890.

HSL color Cylindrical-coordinate representation of color #52098B: hue angle of 273.69º 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 #52098B is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 9 139 -
CMYK 0.41 0.94 0 0.45
HSL 273.69º 0.88% 0.29% -
HSV(B) 273.69º 0.94% 0.55% -
XYZ 8.24 3.85 24.74 -
YUV 45.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 82 9 139 0.41 0.94 0 0.45 273.69 0.88 0.29
Hex 52 9 8B 29 5E 0 2D 112 58 1D
Octal 122 11 213 51 136 0 55 422 130 35
Binary 1010010 1001 10001011 101001 1011110 0 101101 100010010 1011000 11101

Color Harmonies of #52098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52098B

Black with #52098B

Text Example


Text Example

White with #52098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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