Html Css Color HEX #53119D Indigo

📋 copy color: '#53119D'

red 83 ◦ green 17 ◦ blue 157

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

Shades of Indigo #53119D

Tints of Indigo #53119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.09%

R = 32.3%
G = 6.61%
B = 61.09%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53119D (or 0x53119D) is known color: Indigo. HEX triplet: 53, 11 and 9D. RGB value is (83,17,157). Sum of RGB (Red+Green+Blue) = 83+17+157=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #53119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53119D is #ACEE62. Grayscale: #343434. Windows color (decimal): -11333219 or 10293587. OLE color: 10293587.

HSL color Cylindrical-coordinate representation of color #53119D: hue angle of 268.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53119D is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 17 157 -
CMYK 0.47 0.89 0 0.38
HSL 268.29º 0.8% 0.34% -
HSV(B) 268.29º 0.89% 0.62% -
XYZ 9.85 4.67 32.28 -
YUV 52.69 186.87 149.62 -
System Red Green Blue C M Y K H S L
Decimal 83 17 157 0.47 0.89 0 0.38 268.29 0.8 0.34
Hex 53 11 9D 2F 59 0 26 10C 50 22
Octal 123 21 235 57 131 0 46 414 120 42
Binary 1010011 10001 10011101 101111 1011001 0 100110 100001100 1010000 100010

Color Harmonies of #53119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53119D

Black with #53119D

Text Example


Text Example

White with #53119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53119D; }

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

 H1.HeaderClassName
 {
   color: #53119D;
 }
 .AnyTagClassName
 {
   color: #53119D;
 }
</style>

background-color css

<style>
 a { background-color: #53119D; }

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

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

border-color css

<style>
 span { border-color: #53119D; }

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

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