#4C0292

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

Shades of Indigo #4C0292

Tints of Indigo #4C0292

Color information

#4C0292 (or 0x4C0292) is unknown color: approx Indigo. HEX triplet: 4C, 02 and 92. RGB value is (76,2,146). Sum of RGB (Red+Green+Blue) = 76+2+146=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C0292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0292 is #B3FD6D. Grayscale: #282828. Windows color (decimal): -11795822 or 9568844. OLE color: 9568844.

HSL color Cylindrical-coordinate representation of color #4C0292: hue angle of 270.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0292 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB762146-
CMYK0.480.9900.43
HSL270.83º97.3%29.02%-
HSV(B)270.83º98.63%57.25%-
XYZ8.193.6627.47-
YUV40.54187.52153.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.93%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 146 (57.42% from 255) = 65.18%
R=33.93%
G=0.89%
B=65.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7621460.480.9900.43270.8397.329.02
Hex4C292306302B10f611d
Octal11422226014305341714135
Binary1001100101001001011000011000110101011100001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,2,146); }

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

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

 a { background-color: rgb(76,2,146); }

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

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

 span { border-color: rgb(76,2,146); }

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