#4C098E

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

Shades of Indigo #4C098E

Tints of Indigo #4C098E

Color information

#4C098E (or 0x4C098E) is unknown color: approx Indigo. HEX triplet: 4C, 09 and 8E. RGB value is (76,9,142). Sum of RGB (Red+Green+Blue) = 76+9+142=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #4C098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C098E is #B3F671. Grayscale: #2B2B2B. Windows color (decimal): -11794034 or 9308492. OLE color: 9308492.

HSL color Cylindrical-coordinate representation of color #4C098E: hue angle of 270.23º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C098E is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB769142-
CMYK0.460.9400.44
HSL270.23º88.08%29.61%-
HSV(B)270.23º93.66%55.69%-
XYZ7.963.6825.88-
YUV44.19183.2150.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.48%
GREEN value IS 9 (3.91% from 255) = 3.96%
BLUE value IS 142 (55.86% from 255) = 62.56%
R=33.48%
G=3.96%
B=62.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7691420.460.9400.44270.2388.0829.61
Hex4C98E2E5E02C10e581e
Octal114112165613605441613036
Binary100110010011000111010111010111100101100100001110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,9,142); }

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

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

 a { background-color: rgb(76,9,142); }

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

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

 span { border-color: rgb(76,9,142); }

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