Html Css Color HEX #53139F Indigo

📋 copy color: '#53139F'

red 83 ◦ green 19 ◦ blue 159

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

Shades of Indigo #53139F

Tints of Indigo #53139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

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

R = 31.8%
G = 7.28%
B = 60.92%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53139F (or 0x53139F) is known color: Indigo. HEX triplet: 53, 13 and 9F. RGB value is (83,19,159). Sum of RGB (Red+Green+Blue) = 83+19+159=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #53139F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53139F is #ACEC60. Grayscale: #353535. Windows color (decimal): -11332705 or 10425171. OLE color: 10425171.

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

Color convert

RGB 83 19 159 -
CMYK 0.48 0.88 0 0.38
HSL 267.43º 0.79% 0.35% -
HSV(B) 267.43º 0.88% 0.62% -
XYZ 10.06 4.81 33.2 -
YUV 54.1 187.2 148.62 -
System Red Green Blue C M Y K H S L
Decimal 83 19 159 0.48 0.88 0 0.38 267.43 0.79 0.35
Hex 53 13 9F 30 58 0 26 10B 4F 23
Octal 123 23 237 60 130 0 46 413 117 43
Binary 1010011 10011 10011111 110000 1011000 0 100110 100001011 1001111 100011

Color Harmonies of #53139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53139F

Black with #53139F

Text Example


Text Example

White with #53139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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