Html Css Color HEX #53147F Indigo

📋 copy color: '#53147F'

red 83 ◦ green 20 ◦ blue 127

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

Shades of Indigo #53147F

Tints of Indigo #53147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.7%

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

R = 36.09%
G = 8.7%
B = 55.22%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#53147F (or 0x53147F) is known color: Indigo. HEX triplet: 53, 14 and 7F. RGB value is (83,20,127). Sum of RGB (Red+Green+Blue) = 83+20+127=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #53147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53147F is #ACEB80. Grayscale: #323232. Windows color (decimal): -11332481 or 8328275. OLE color: 8328275.

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

Color convert

RGB 83 20 127 -
CMYK 0.35 0.84 0 0.50
HSL 275.33º 0.73% 0.29% -
HSV(B) 275.33º 0.84% 0.5% -
XYZ 7.65 3.87 20.42 -
YUV 51.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 83 20 127 0.35 0.84 0 0.50 275.33 0.73 0.29
Hex 53 14 7F 23 54 0 32 113 49 1D
Octal 123 24 177 43 124 0 62 423 111 35
Binary 1010011 10100 1111111 100011 1010100 0 110010 100010011 1001001 11101

Color Harmonies of #53147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53147F

Black with #53147F

Text Example


Text Example

White with #53147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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