#53149f

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

Shades of Indigo #53149F

Tints of Indigo #53149F

Color information

#53149F (or 0x53149F) is unknown color: approx Indigo. HEX triplet: 53, 14 and 9F. RGB value is (83,20,159). Sum of RGB (Red+Green+Blue) = 83+20+159=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #53149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53149F is #ACEB60. Grayscale: #363636. Windows color (decimal): -11332449 or 10425427. OLE color: 10425427.

HSL color Cylindrical-coordinate representation of color #53149F: hue angle of 267.19º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53149F is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8320159-
CMYK0.480.8700.38
HSL267.19º77.65%35.1%-
HSV(B)267.19º87.42%62.35%-
XYZ10.084.8433.2-
YUV54.68186.87148.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 20 (8.20% from 255) = 7.63%
BLUE value IS 159 (62.5% from 255) = 60.69%
R=31.68%
G=7.63%
B=60.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83201590.480.8700.38267.1977.6535.1
Hex53149F305702610b4e23
Octal123242376012704641311643
Binary10100111010010011111110000101011101001101000010111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53149f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53149f; }

 p { color: rgb(83,20,159); }

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

<style>
 a { background-color: #53149f; }

 a { background-color: rgb(83,20,159); }

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

<style>
 span { border-color: #53149f; }

 span { border-color: rgb(83,20,159); }

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