#53038F

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

Shades of Indigo #53038F

Tints of Indigo #53038F

Color information

#53038F (or 0x53038F) is unknown color: approx Indigo. HEX triplet: 53, 03 and 8F. RGB value is (83,3,143). Sum of RGB (Red+Green+Blue) = 83+3+143=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 143 (56.25% from 255 or 62.45% from 229); Max value from RGB is 143 - color contains mainly: blue. Hex color #53038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53038F is #ACFC70. Grayscale: #2A2A2A. Windows color (decimal): -11336817 or 9372499. OLE color: 9372499.

HSL color Cylindrical-coordinate representation of color #53038F: hue angle of 274.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53038F is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB833143-
CMYK0.420.9800.44
HSL274.29º95.89%28.63%-
HSV(B)274.29º97.9%56.08%-
XYZ8.563.8926.29-
YUV42.88184.5156.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.24%
GREEN value IS 3 (1.56% from 255) = 1.31%
BLUE value IS 143 (56.25% from 255) = 62.45%
R=36.24%
G=1.31%
B=62.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8331430.420.9800.44274.2995.8928.63
Hex5338F2A6202C112601d
Octal12332175214205442214035
Binary1010011111000111110101011000100101100100010010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53038F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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