#4C0F9C

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

Shades of Indigo #4C0F9C

Tints of Indigo #4C0F9C

Color information

#4C0F9C (or 0x4C0F9C) is unknown color: approx Indigo. HEX triplet: 4C, 0F and 9C. RGB value is (76,15,156). Sum of RGB (Red+Green+Blue) = 76+15+156=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C0F9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0F9C is #B3F063. Grayscale: #303030. Windows color (decimal): -11792484 or 10227532. OLE color: 10227532.

HSL color Cylindrical-coordinate representation of color #4C0F9C: hue angle of 265.96º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C0F9C is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7615156-
CMYK0.510.9000.39
HSL265.96º82.46%33.53%-
HSV(B)265.96º90.38%61.18%-
XYZ9.154.2831.8-
YUV49.31188.21147.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.77%
GREEN value IS 15 (6.25% from 255) = 6.07%
BLUE value IS 156 (61.33% from 255) = 63.16%
R=30.77%
G=6.07%
B=63.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76151560.510.9000.39265.9682.4633.53
Hex4CF9C335A02710a5222
Octal114172346313204741212242
Binary1001100111110011100110011101101001001111000010101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,15,156); }

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

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

 a { background-color: rgb(76,15,156); }

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

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

 span { border-color: rgb(76,15,156); }

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