#53036E

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

Shades of Indigo #53036E

Tints of Indigo #53036E

Color information

#53036E (or 0x53036E) is unknown color: approx Indigo. HEX triplet: 53, 03 and 6E. RGB value is (83,3,110). Sum of RGB (Red+Green+Blue) = 83+3+110=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #53036E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53036E is #ACFC91. Grayscale: #262626. Windows color (decimal): -11336850 or 7209811. OLE color: 7209811.

HSL color Cylindrical-coordinate representation of color #53036E: hue angle of 284.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #53036E is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB833110-
CMYK0.250.9700.57
HSL284.86º94.69%22.16%-
HSV(B)284.86º97.27%43.14%-
XYZ6.413.0315-
YUV39.12168159.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 3 (1.56% from 255) = 1.53%
BLUE value IS 110 (43.36% from 255) = 56.12%
R=42.35%
G=1.53%
B=56.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8331100.250.9700.57284.8694.6922.16
Hex5336E196103911d5f16
Octal12331563114107143513726
Binary10100111111011101100111000010111001100011101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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