Html Css Color HEX #5A147C Indigo

📋 copy color: '#5A147C'

red 90 ◦ green 20 ◦ blue 124

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

Shades of Indigo #5A147C

Tints of Indigo #5A147C

RGB

 RED value IS 90 (35.55% from 255) = 38.46%

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

 BLUE value IS 124 (48.83% from 255) = 52.99%

R = 38.46%
G = 8.55%
B = 52.99%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A147C (or 0x5A147C) is known color: Indigo. HEX triplet: 5A, 14 and 7C. RGB value is (90,20,124). Sum of RGB (Red+Green+Blue) = 90+20+124=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A147C is #A5EB83. Grayscale: #343434. Windows color (decimal): -10873732 or 8131674. OLE color: 8131674.

HSL color Cylindrical-coordinate representation of color #5A147C: hue angle of 280.38º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A147C is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 20 124 -
CMYK 0.27 0.84 0 0.51
HSL 280.38º 0.72% 0.28% -
HSV(B) 280.38º 0.84% 0.49% -
XYZ 8.1 4.13 19.44 -
YUV 52.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 90 20 124 0.27 0.84 0 0.51 280.38 0.72 0.28
Hex 5A 14 7C 1B 54 0 33 118 48 1C
Octal 132 24 174 33 124 0 63 430 110 34
Binary 1011010 10100 1111100 11011 1010100 0 110011 100011000 1001000 11100

Color Harmonies of #5A147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A147C

Black with #5A147C

Text Example


Text Example

White with #5A147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A147C; }

 p { color: rgb(90,20,124); }

 H1.HeaderClassName
 {
   color: #5A147C;
 }
 .AnyTagClassName
 {
   color: #5A147C;
 }
</style>

background-color css

<style>
 a { background-color: #5A147C; }

 a { background-color: rgb(90,20,124); }

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

border-color css

<style>
 span { border-color: #5A147C; }

 span { border-color: rgb(90,20,124); }

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