#53037D

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

Shades of Indigo #53037D

Tints of Indigo #53037D

Color information

#53037D (or 0x53037D) is unknown color: approx Indigo. HEX triplet: 53, 03 and 7D. RGB value is (83,3,125). Sum of RGB (Red+Green+Blue) = 83+3+125=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #53037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53037D is #ACFC82. Grayscale: #282828. Windows color (decimal): -11336835 or 8192851. OLE color: 8192851.

HSL color Cylindrical-coordinate representation of color #53037D: hue angle of 279.34º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53037D is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB833125-
CMYK0.340.9800.51
HSL279.34º95.31%25.1%-
HSV(B)279.34º97.6%49.02%-
XYZ7.33.3819.67-
YUV40.83175.5158.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 125 (49.22% from 255) = 59.24%
R=39.34%
G=1.42%
B=59.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8331250.340.9800.51279.3495.3125.1
Hex5337D22620331175f19
Octal12331754214206342713731
Binary101001111111110110001011000100110011100010111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53037D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53037D; }

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

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

<style>
 a { background-color: #53037D; }

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

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

<style>
 span { border-color: #53037D; }

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

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