#53039E

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

Shades of Indigo #53039E

Tints of Indigo #53039E

Color information

#53039E (or 0x53039E) is unknown color: approx Indigo. HEX triplet: 53, 03 and 9E. RGB value is (83,3,158). Sum of RGB (Red+Green+Blue) = 83+3+158=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #53039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53039E is #ACFC61. Grayscale: #2C2C2C. Windows color (decimal): -11336802 or 10355539. OLE color: 10355539.

HSL color Cylindrical-coordinate representation of color #53039E: hue angle of 270.97º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53039E is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB833158-
CMYK0.470.9800.38
HSL270.97º96.27%31.57%-
HSV(B)270.97º98.1%61.96%-
XYZ9.774.3732.68-
YUV44.59192155.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 158 (62.11% from 255) = 64.75%
R=34.02%
G=1.23%
B=64.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8331580.470.9800.38270.9796.2731.57
Hex5339E2F6202610f6020
Octal12332365714204641714040
Binary10100111110011110101111110001001001101000011111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53039E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53039E; }

 p { color: rgb(83,3,158); }

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

<style>
 a { background-color: #53039E; }

 a { background-color: rgb(83,3,158); }

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

<style>
 span { border-color: #53039E; }

 span { border-color: rgb(83,3,158); }

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