#4C0588

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

Shades of Indigo #4C0588

Tints of Indigo #4C0588

Color information

#4C0588 (or 0x4C0588) is unknown color: approx Indigo. HEX triplet: 4C, 05 and 88. RGB value is (76,5,136). Sum of RGB (Red+Green+Blue) = 76+5+136=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C0588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0588 is #B3FA77. Grayscale: #282828. Windows color (decimal): -11795064 or 8914252. OLE color: 8914252.

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

Color convert

RGB765136-
CMYK0.440.9600.47
HSL272.52º92.91%27.65%-
HSV(B)272.52º96.32%53.33%-
XYZ7.483.4223.56-
YUV41.16181.52152.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.02%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 136 (53.52% from 255) = 62.67%
R=35.02%
G=2.30%
B=62.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7651360.440.9600.47272.5292.9127.65
Hex4C5882C6002F1115d1c
Octal11452105414005742113534
Binary10011001011000100010110011000000101111100010001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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