Html Css Color HEX #4C1590 Indigo

📋 copy color: '#4C1590'

red 76 ◦ green 21 ◦ blue 144

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

Shades of Indigo #4C1590

Tints of Indigo #4C1590

RGB

 RED value IS 76 (30.08% from 255) = 31.54%

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

 BLUE value IS 144 (56.64% from 255) = 59.75%

R = 31.54%
G = 8.71%
B = 59.75%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4C1590 (or 0x4C1590) is known color: Indigo. HEX triplet: 4C, 15 and 90. RGB value is (76,21,144). Sum of RGB (Red+Green+Blue) = 76+21+144=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C1590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1590 is #B3EA6F. Grayscale: #333333. Windows color (decimal): -11790960 or 9442636. OLE color: 9442636.

HSL color Cylindrical-coordinate representation of color #4C1590: hue angle of 266.83º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C1590 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 21 144 -
CMYK 0.47 0.85 0 0.44
HSL 266.83º 0.75% 0.32% -
HSV(B) 266.83º 0.85% 0.56% -
XYZ 8.28 4.09 26.74 -
YUV 51.47 180.22 145.5 -
System Red Green Blue C M Y K H S L
Decimal 76 21 144 0.47 0.85 0 0.44 266.83 0.75 0.32
Hex 4C 15 90 2F 55 0 2C 10B 4B 20
Octal 114 25 220 57 125 0 54 413 113 40
Binary 1001100 10101 10010000 101111 1010101 0 101100 100001011 1001011 100000

Color Harmonies of #4C1590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1590

Black with #4C1590

Text Example


Text Example

White with #4C1590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C1590; }

 p { color: rgb(76,21,144); }

 H1.HeaderClassName
 {
   color: #4C1590;
 }
 .AnyTagClassName
 {
   color: #4C1590;
 }
</style>

background-color css

<style>
 a { background-color: #4C1590; }

 a { background-color: rgb(76,21,144); }

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

border-color css

<style>
 span { border-color: #4C1590; }

 span { border-color: rgb(76,21,144); }

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