#53015F

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

Shades of Indigo #53015F

Tints of Indigo #53015F

Color information

#53015F (or 0x53015F) is unknown color: approx Indigo. HEX triplet: 53, 01 and 5F. RGB value is (83,1,95). Sum of RGB (Red+Green+Blue) = 83+1+95=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #53015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53015F is #ACFEA0. Grayscale: #232323. Windows color (decimal): -11337377 or 6226259. OLE color: 6226259.

HSL color Cylindrical-coordinate representation of color #53015F: hue angle of 292.34º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53015F is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB83195-
CMYK0.130.9900.63
HSL292.34º97.92%18.82%-
HSV(B)292.34º98.95%37.25%-
XYZ5.642.6911.05-
YUV36.23161.17161.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 95 (37.5% from 255) = 53.07%
R=46.37%
G=0.56%
B=53.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal831950.130.9900.63292.3497.9218.82
Hex5315FD6303F1246213
Octal12311371514307744414223
Binary101001111011111110111000110111111100100100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,1,95); }

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

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

 a { background-color: rgb(83,1,95); }

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

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

 span { border-color: rgb(83,1,95); }

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