#4F0292

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

Shades of Indigo #4F0292

Tints of Indigo #4F0292

Color information

#4F0292 (or 0x4F0292) is unknown color: approx Indigo. HEX triplet: 4F, 02 and 92. RGB value is (79,2,146). Sum of RGB (Red+Green+Blue) = 79+2+146=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F0292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0292 is #B0FD6D. Grayscale: #282828. Windows color (decimal): -11599214 or 9568847. OLE color: 9568847.

HSL color Cylindrical-coordinate representation of color #4F0292: hue angle of 272.08º 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 #4F0292 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB792146-
CMYK0.460.9900.43
HSL272.08º97.3%29.02%-
HSV(B)272.08º98.63%57.25%-
XYZ8.433.7827.48-
YUV41.44187.01154.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.80%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 146 (57.42% from 255) = 64.32%
R=34.80%
G=0.88%
B=64.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7921460.460.9900.43272.0897.329.02
Hex4F2922E6302B110611d
Octal11722225614305342014135
Binary1001111101001001010111011000110101011100010000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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