#53146E

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

Shades of Indigo #53146E

Tints of Indigo #53146E

Color information

#53146E (or 0x53146E) is unknown color: approx Indigo. HEX triplet: 53, 14 and 6E. RGB value is (83,20,110). Sum of RGB (Red+Green+Blue) = 83+20+110=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #53146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53146E is #ACEB91. Grayscale: #303030. Windows color (decimal): -11332498 or 7214163. OLE color: 7214163.

HSL color Cylindrical-coordinate representation of color #53146E: hue angle of 282º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53146E is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8320110-
CMYK0.250.8200.57
HSL282º69.23%25.49%-
HSV(B)282º81.82%43.14%-
XYZ6.633.4715.07-
YUV49.1162.37152.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 20 (8.20% from 255) = 9.39%
BLUE value IS 110 (43.36% from 255) = 51.64%
R=38.97%
G=9.39%
B=51.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83201100.250.8200.5728269.2325.49
Hex53146E195203911a4519
Octal123241563112207143210531
Binary10100111010011011101100110100100111001100011010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53146E; }

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

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

<style>
 a { background-color: #53146E; }

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

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

<style>
 span { border-color: #53146E; }

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

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