#53106A

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

Shades of Indigo #53106A

Tints of Indigo #53106A

Color information

#53106A (or 0x53106A) is unknown color: approx Indigo. HEX triplet: 53, 10 and 6A. RGB value is (83,16,106). Sum of RGB (Red+Green+Blue) = 83+16+106=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #53106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53106A is #ACEF95. Grayscale: #2E2E2E. Windows color (decimal): -11333526 or 6950995. OLE color: 6950995.

HSL color Cylindrical-coordinate representation of color #53106A: hue angle of 284.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53106A is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8316106-
CMYK0.220.8500.58
HSL284.67º73.77%23.92%-
HSV(B)284.67º84.91%41.57%-
XYZ6.353.2513.93-
YUV46.29161.7154.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=40.49%
G=7.80%
B=51.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83161060.220.8500.58284.6773.7723.92
Hex53106A165503A11d4a18
Octal123201522612507243511230
Binary10100111000011010101011010101010111010100011101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53106A; }

 p { color: rgb(83,16,106); }

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

<style>
 a { background-color: #53106A; }

 a { background-color: rgb(83,16,106); }

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

<style>
 span { border-color: #53106A; }

 span { border-color: rgb(83,16,106); }

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