Html Css Color HEX #53116F Indigo

📋 copy color: '#53116F'

red 83 ◦ green 17 ◦ blue 111

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

Shades of Indigo #53116F

Tints of Indigo #53116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.61%

R = 39.34%
G = 8.06%
B = 52.61%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53116F (or 0x53116F) is known color: Indigo. HEX triplet: 53, 11 and 6F. RGB value is (83,17,111). Sum of RGB (Red+Green+Blue) = 83+17+111=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #53116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53116F is #ACEE90. Grayscale: #2F2F2F. Windows color (decimal): -11333265 or 7278931. OLE color: 7278931.

HSL color Cylindrical-coordinate representation of color #53116F: hue angle of 282.13º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53116F is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 17 111 -
CMYK 0.25 0.85 0 0.56
HSL 282.13º 0.73% 0.25% -
HSV(B) 282.13º 0.85% 0.44% -
XYZ 6.64 3.39 15.34 -
YUV 47.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 83 17 111 0.25 0.85 0 0.56 282.13 0.73 0.25
Hex 53 11 6F 19 55 0 38 11A 49 19
Octal 123 21 157 31 125 0 70 432 111 31
Binary 1010011 10001 1101111 11001 1010101 0 111000 100011010 1001001 11001

Color Harmonies of #53116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53116F

Black with #53116F

Text Example


Text Example

White with #53116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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