#53017E

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

Shades of Indigo #53017E

Tints of Indigo #53017E

Color information

#53017E (or 0x53017E) is unknown color: approx Indigo. HEX triplet: 53, 01 and 7E. RGB value is (83,1,126). Sum of RGB (Red+Green+Blue) = 83+1+126=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #53017E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53017E is #ACFE81. Grayscale: #272727. Windows color (decimal): -11337346 or 8257875. OLE color: 8257875.

HSL color Cylindrical-coordinate representation of color #53017E: hue angle of 279.36º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53017E is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB831126-
CMYK0.340.9900.51
HSL279.36º98.43%24.9%-
HSV(B)279.36º99.21%49.41%-
XYZ7.343.3720-
YUV39.77176.67158.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.52%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 126 (49.61% from 255) = 60%
R=39.52%
G=0.48%
B=60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8311260.340.9900.51279.3698.4324.9
Hex5317E22630331176219
Octal12311764214306342714231
Binary10100111111111010001011000110110011100010111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53017E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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