Html Css Color HEX #4C1990 Indigo

📋 copy color: '#4C1990'

red 76 ◦ green 25 ◦ blue 144

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

Shades of Indigo #4C1990

Tints of Indigo #4C1990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.2%

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

R = 31.02%
G = 10.2%
B = 58.78%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4C1990 (or 0x4C1990) is known color: Indigo. HEX triplet: 4C, 19 and 90. RGB value is (76,25,144). Sum of RGB (Red+Green+Blue) = 76+25+144=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C1990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1990 is #B3E66F. Grayscale: #353535. Windows color (decimal): -11789936 or 9443660. OLE color: 9443660.

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

Color convert

RGB 76 25 144 -
CMYK 0.47 0.83 0 0.44
HSL 265.71º 0.7% 0.33% -
HSV(B) 265.71º 0.83% 0.56% -
XYZ 8.36 4.25 26.76 -
YUV 53.82 178.9 143.82 -
System Red Green Blue C M Y K H S L
Decimal 76 25 144 0.47 0.83 0 0.44 265.71 0.7 0.33
Hex 4C 19 90 2F 53 0 2C 10A 46 21
Octal 114 31 220 57 123 0 54 412 106 41
Binary 1001100 11001 10010000 101111 1010011 0 101100 100001010 1000110 100001

Color Harmonies of #4C1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1990

Black with #4C1990

Text Example


Text Example

White with #4C1990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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