Html Css Color HEX #53149A Indigo

📋 copy color: '#53149A'

red 83 ◦ green 20 ◦ blue 154

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

Shades of Indigo #53149A

Tints of Indigo #53149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 59.92%

R = 32.3%
G = 7.78%
B = 59.92%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#53149A (or 0x53149A) is known color: Indigo. HEX triplet: 53, 14 and 9A. RGB value is (83,20,154). Sum of RGB (Red+Green+Blue) = 83+20+154=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #53149A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53149A is #ACEB65. Grayscale: #353535. Windows color (decimal): -11332454 or 10097747. OLE color: 10097747.

HSL color Cylindrical-coordinate representation of color #53149A: hue angle of 268.21º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53149A is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 20 154 -
CMYK 0.46 0.87 0 0.40
HSL 268.21º 0.77% 0.34% -
HSV(B) 268.21º 0.87% 0.6% -
XYZ 9.65 4.67 30.97 -
YUV 54.11 184.37 148.6 -
System Red Green Blue C M Y K H S L
Decimal 83 20 154 0.46 0.87 0 0.40 268.21 0.77 0.34
Hex 53 14 9A 2E 57 0 28 10C 4D 22
Octal 123 24 232 56 127 0 50 414 115 42
Binary 1010011 10100 10011010 101110 1010111 0 101000 100001100 1001101 100010

Color Harmonies of #53149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53149A

Black with #53149A

Text Example


Text Example

White with #53149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53149A; }

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

 H1.HeaderClassName
 {
   color: #53149A;
 }
 .AnyTagClassName
 {
   color: #53149A;
 }
</style>

background-color css

<style>
 a { background-color: #53149A; }

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

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

border-color css

<style>
 span { border-color: #53149A; }

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

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