Html Css Color HEX #53149C Indigo

📋 copy color: '#53149C'

red 83 ◦ green 20 ◦ blue 156

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

Shades of Indigo #53149C

Tints of Indigo #53149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.23%

R = 32.05%
G = 7.72%
B = 60.23%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53149C (or 0x53149C) is known color: Indigo. HEX triplet: 53, 14 and 9C. RGB value is (83,20,156). Sum of RGB (Red+Green+Blue) = 83+20+156=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #53149C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53149C is #ACEB63. Grayscale: #353535. Windows color (decimal): -11332452 or 10228819. OLE color: 10228819.

HSL color Cylindrical-coordinate representation of color #53149C: hue angle of 267.79º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53149C is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 20 156 -
CMYK 0.47 0.87 0 0.39
HSL 267.79º 0.77% 0.35% -
HSV(B) 267.79º 0.87% 0.61% -
XYZ 9.82 4.74 31.85 -
YUV 54.34 185.37 148.44 -
System Red Green Blue C M Y K H S L
Decimal 83 20 156 0.47 0.87 0 0.39 267.79 0.77 0.35
Hex 53 14 9C 2F 57 0 27 10C 4D 23
Octal 123 24 234 57 127 0 47 414 115 43
Binary 1010011 10100 10011100 101111 1010111 0 100111 100001100 1001101 100011

Color Harmonies of #53149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53149C

Black with #53149C

Text Example


Text Example

White with #53149C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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