#53177C

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

Shades of Indigo #53177C

Tints of Indigo #53177C

Color information

#53177C (or 0x53177C) is unknown color: approx Indigo. HEX triplet: 53, 17 and 7C. RGB value is (83,23,124). Sum of RGB (Red+Green+Blue) = 83+23+124=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #53177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53177C is #ACE883. Grayscale: #343434. Windows color (decimal): -11331716 or 8132435. OLE color: 8132435.

HSL color Cylindrical-coordinate representation of color #53177C: hue angle of 275.64º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53177C is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8323124-
CMYK0.330.8100.51
HSL275.64º68.71%28.82%-
HSV(B)275.64º81.45%48.63%-
XYZ7.513.9119.43-
YUV52.45168.38149.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 23 (9.38% from 255) = 10%
BLUE value IS 124 (48.83% from 255) = 53.91%
R=36.09%
G=10%
B=53.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83231240.330.8100.51275.6468.7128.82
Hex53177C2151033114451d
Octal123271744112106342410535
Binary101001110111111110010000110100010110011100010100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53177C; }

 p { color: rgb(83,23,124); }

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

<style>
 a { background-color: #53177C; }

 a { background-color: rgb(83,23,124); }

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

<style>
 span { border-color: #53177C; }

 span { border-color: rgb(83,23,124); }

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