#53098B

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

Shades of Indigo #53098B

Tints of Indigo #53098B

Color information

#53098B (or 0x53098B) is unknown color: approx Indigo. HEX triplet: 53, 09 and 8B. RGB value is (83,9,139). Sum of RGB (Red+Green+Blue) = 83+9+139=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #53098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53098B is #ACF674. Grayscale: #2D2D2D. Windows color (decimal): -11335285 or 9111891. OLE color: 9111891.

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

Color convert

RGB839139-
CMYK0.400.9400.45
HSL274.15º87.84%29.02%-
HSV(B)274.15º93.53%54.51%-
XYZ8.333.924.74-
YUV45.95180.52154.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 9 (3.91% from 255) = 3.90%
BLUE value IS 139 (54.69% from 255) = 60.17%
R=35.93%
G=3.90%
B=60.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8391390.400.9400.45274.1587.8429.02
Hex5398B285E02D112581d
Octal123112135013605542213035
Binary101001110011000101110100010111100101101100010010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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