Html Css Color HEX #53179F Indigo

📋 copy color: '#53179F'

red 83 ◦ green 23 ◦ blue 159

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

Shades of Indigo #53179F

Tints of Indigo #53179F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.68%

 BLUE value IS 159 (62.5% from 255) = 60%

R = 31.32%
G = 8.68%
B = 60%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53179F (or 0x53179F) is known color: Indigo. HEX triplet: 53, 17 and 9F. RGB value is (83,23,159). Sum of RGB (Red+Green+Blue) = 83+23+159=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #53179F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53179F is #ACE860. Grayscale: #373737. Windows color (decimal): -11331681 or 10426195. OLE color: 10426195.

HSL color Cylindrical-coordinate representation of color #53179F: hue angle of 266.47º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53179F is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 23 159 -
CMYK 0.48 0.86 0 0.38
HSL 266.47º 0.75% 0.36% -
HSV(B) 266.47º 0.86% 0.62% -
XYZ 10.13 4.95 33.22 -
YUV 56.44 185.88 146.94 -
System Red Green Blue C M Y K H S L
Decimal 83 23 159 0.48 0.86 0 0.38 266.47 0.75 0.36
Hex 53 17 9F 30 56 0 26 10A 4B 24
Octal 123 27 237 60 126 0 46 412 113 44
Binary 1010011 10111 10011111 110000 1010110 0 100110 100001010 1001011 100100

Color Harmonies of #53179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53179F

Black with #53179F

Text Example


Text Example

White with #53179F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,23,159); }

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

background-color css

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

 a { background-color: rgb(83,23,159); }

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

border-color css

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

 span { border-color: rgb(83,23,159); }

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