#4C1895

Color #4C1895 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4C1895

Tints of Indigo #4C1895

Color information

#4C1895 (or 0x4C1895) is unknown color: approx Indigo. HEX triplet: 4C, 18 and 95. RGB value is (76,24,149). Sum of RGB (Red+Green+Blue) = 76+24+149=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C1895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1895 is #B3E76A. Grayscale: #353535. Windows color (decimal): -11790187 or 9771084. OLE color: 9771084.

HSL color Cylindrical-coordinate representation of color #4C1895: hue angle of 264.96º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1895 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7624149-
CMYK0.490.8400.42
HSL264.96º72.25%33.92%-
HSV(B)264.96º83.89%58.43%-
XYZ8.734.3628.82-
YUV53.8181.73143.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.52%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 149 (58.59% from 255) = 59.84%
R=30.52%
G=9.64%
B=59.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76241490.490.8400.42264.9672.2533.92
Hex4C1895315402A1094822
Octal114302256112405241111042
Binary10011001100010010101110001101010001010101000010011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,24,149); }

 H1.HeaderClassName
 {
   color: #4C1895;
 }
 .AnyTagClassName
 {
   color: #4C1895;
 }
</style>
background-color css

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

 a { background-color: rgb(76,24,149); }

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

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

 span { border-color: rgb(76,24,149); }

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