#53036F

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

Shades of Indigo #53036F

Tints of Indigo #53036F

Color information

#53036F (or 0x53036F) is unknown color: approx Indigo. HEX triplet: 53, 03 and 6F. RGB value is (83,3,111). Sum of RGB (Red+Green+Blue) = 83+3+111=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #53036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53036F is #ACFC90. Grayscale: #262626. Windows color (decimal): -11336849 or 7275347. OLE color: 7275347.

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

Color convert

RGB833111-
CMYK0.250.9700.56
HSL284.44º94.74%22.35%-
HSV(B)284.44º97.3%43.53%-
XYZ6.473.0515.29-
YUV39.23168.5159.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 111 (43.75% from 255) = 56.35%
R=42.13%
G=1.52%
B=56.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8331110.250.9700.56284.4494.7422.35
Hex5336F196103811c5f16
Octal12331573114107043413726
Binary10100111111011111100111000010111000100011100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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