#4C1288

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

Shades of Indigo #4C1288

Tints of Indigo #4C1288

Color information

#4C1288 (or 0x4C1288) is unknown color: approx Indigo. HEX triplet: 4C, 12 and 88. RGB value is (76,18,136). Sum of RGB (Red+Green+Blue) = 76+18+136=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C1288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1288 is #B3ED77. Grayscale: #303030. Windows color (decimal): -11791736 or 8917580. OLE color: 8917580.

HSL color Cylindrical-coordinate representation of color #4C1288: hue angle of 269.49º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C1288 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7618136-
CMYK0.440.8700.47
HSL269.49º76.62%30.2%-
HSV(B)269.49º86.76%53.33%-
XYZ7.643.7523.61-
YUV48.79177.22147.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.04%
GREEN value IS 18 (7.42% from 255) = 7.83%
BLUE value IS 136 (53.52% from 255) = 59.13%
R=33.04%
G=7.83%
B=59.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76181360.440.8700.47269.4976.6230.2
Hex4C12882C5702F10d4d1e
Octal114222105412705741511536
Binary1001100100101000100010110010101110101111100001101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,18,136); }

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

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

 a { background-color: rgb(76,18,136); }

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

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

 span { border-color: rgb(76,18,136); }

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