Html Css Color HEX #53019F Indigo

📋 copy color: '#53019F'

red 83 ◦ green 1 ◦ blue 159

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

Shades of Indigo #53019F

Tints of Indigo #53019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 34.16%
G = 0.41%
B = 65.43%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53019F (or 0x53019F) is known color: Indigo. HEX triplet: 53, 01 and 9F. RGB value is (83,1,159). Sum of RGB (Red+Green+Blue) = 83+1+159=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #53019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53019F is #ACFE60. Grayscale: #2A2A2A. Windows color (decimal): -11337313 or 10420563. OLE color: 10420563.

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

Color convert

RGB 83 1 159 -
CMYK 0.48 0.99 0 0.38
HSL 271.14º 0.99% 0.31% -
HSV(B) 271.14º 0.99% 0.62% -
XYZ 9.84 4.36 33.12 -
YUV 43.53 193.17 156.15 -
System Red Green Blue C M Y K H S L
Decimal 83 1 159 0.48 0.99 0 0.38 271.14 0.99 0.31
Hex 53 1 9F 30 63 0 26 10F 63 1F
Octal 123 1 237 60 143 0 46 417 143 37
Binary 1010011 1 10011111 110000 1100011 0 100110 100001111 1100011 11111

Color Harmonies of #53019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53019F

Black with #53019F

Text Example


Text Example

White with #53019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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