#52098A

Color #52098A Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #52098A

Tints of Indigo #52098A

Color information

#52098A (or 0x52098A) is unknown color: approx Indigo. HEX triplet: 52, 09 and 8A. RGB value is (82,9,138). Sum of RGB (Red+Green+Blue) = 82+9+138=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #52098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52098A is #ADF675. Grayscale: #2D2D2D. Windows color (decimal): -11400822 or 9046354. OLE color: 9046354.

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

Color convert

RGB829138-
CMYK0.410.9300.46
HSL273.95º87.76%28.82%-
HSV(B)273.95º93.48%54.12%-
XYZ8.163.8224.35-
YUV45.53180.18154.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 9 (3.91% from 255) = 3.93%
BLUE value IS 138 (54.30% from 255) = 60.26%
R=35.81%
G=3.93%
B=60.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8291380.410.9300.46273.9587.7628.82
Hex5298A295D02E112581d
Octal122112125113505642213035
Binary101001010011000101010100110111010101110100010010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52098A;
 }
 .AnyTagClassName
 {
   color: #52098A;
 }
</style>
background-color css

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

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

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

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

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

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