Html Css Color HEX #53157F Indigo

📋 copy color: '#53157F'

red 83 ◦ green 21 ◦ blue 127

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

Shades of Indigo #53157F

Tints of Indigo #53157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

 BLUE value IS 127 (50% from 255) = 54.98%

R = 35.93%
G = 9.09%
B = 54.98%

CMYK

 C value IS 0.35

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#53157F (or 0x53157F) is known color: Indigo. HEX triplet: 53, 15 and 7F. RGB value is (83,21,127). Sum of RGB (Red+Green+Blue) = 83+21+127=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #53157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53157F is #ACEA80. Grayscale: #333333. Windows color (decimal): -11332225 or 8328531. OLE color: 8328531.

HSL color Cylindrical-coordinate representation of color #53157F: hue angle of 275.09º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53157F is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 21 127 -
CMYK 0.35 0.83 0 0.50
HSL 275.09º 0.72% 0.29% -
HSV(B) 275.09º 0.83% 0.5% -
XYZ 7.67 3.91 20.43 -
YUV 51.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 83 21 127 0.35 0.83 0 0.50 275.09 0.72 0.29
Hex 53 15 7F 23 53 0 32 113 48 1D
Octal 123 25 177 43 123 0 62 423 110 35
Binary 1010011 10101 1111111 100011 1010011 0 110010 100010011 1001000 11101

Color Harmonies of #53157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53157F

Black with #53157F

Text Example


Text Example

White with #53157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,21,127); }

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

background-color css

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

 a { background-color: rgb(83,21,127); }

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

border-color css

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

 span { border-color: rgb(83,21,127); }

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