Html Css Color HEX #53116A Indigo

📋 copy color: '#53116A'

red 83 ◦ green 17 ◦ blue 106

#53116A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #53116A

Tints of Indigo #53116A

RGB

 RED value IS 83 (32.81% from 255) = 40.29%

 GREEN value IS 17 (7.03% from 255) = 8.25%

 BLUE value IS 106 (41.8% from 255) = 51.46%

R = 40.29%
G = 8.25%
B = 51.46%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53116A (or 0x53116A) is known color: Indigo. HEX triplet: 53, 11 and 6A. RGB value is (83,17,106). Sum of RGB (Red+Green+Blue) = 83+17+106=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #53116A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53116A is #ACEE95. Grayscale: #2E2E2E. Windows color (decimal): -11333270 or 6951251. OLE color: 6951251.

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

Color convert

RGB 83 17 106 -
CMYK 0.22 0.84 0 0.58
HSL 284.49º 0.72% 0.24% -
HSV(B) 284.49º 0.84% 0.42% -
XYZ 6.37 3.28 13.93 -
YUV 46.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 83 17 106 0.22 0.84 0 0.58 284.49 0.72 0.24
Hex 53 11 6A 16 54 0 3A 11C 48 18
Octal 123 21 152 26 124 0 72 434 110 30
Binary 1010011 10001 1101010 10110 1010100 0 111010 100011100 1001000 11000

Color Harmonies of #53116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53116A

Black with #53116A

Text Example


Text Example

White with #53116A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53116A;
 }
 .AnyTagClassName
 {
   color: #53116A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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