Html Css Color HEX #53116B Indigo

📋 copy color: '#53116B'

red 83 ◦ green 17 ◦ blue 107

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

Shades of Indigo #53116B

Tints of Indigo #53116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 51.69%

R = 40.1%
G = 8.21%
B = 51.69%

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

#53116B (or 0x53116B) is known color: Indigo. HEX triplet: 53, 11 and 6B. RGB value is (83,17,107). Sum of RGB (Red+Green+Blue) = 83+17+107=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #53116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53116B is #ACEE94. Grayscale: #2E2E2E. Windows color (decimal): -11333269 or 7016787. OLE color: 7016787.

HSL color Cylindrical-coordinate representation of color #53116B: hue angle of 284º degrees, saturation: 0.73, 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 #53116B is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 17 107 -
CMYK 0.22 0.84 0 0.58
HSL 284º 0.73% 0.24% -
HSV(B) 284º 0.84% 0.42% -
XYZ 6.42 3.3 14.21 -
YUV 46.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 83 17 107 0.22 0.84 0 0.58 284 0.73 0.24
Hex 53 11 6B 16 54 0 3A 11C 49 18
Octal 123 21 153 26 124 0 72 434 111 30
Binary 1010011 10001 1101011 10110 1010100 0 111010 100011100 1001001 11000

Color Harmonies of #53116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53116B

Black with #53116B

Text Example


Text Example

White with #53116B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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