#4F0396

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

Shades of Indigo #4F0396

Tints of Indigo #4F0396

Color information

#4F0396 (or 0x4F0396) is unknown color: approx Indigo. HEX triplet: 4F, 03 and 96. RGB value is (79,3,150). Sum of RGB (Red+Green+Blue) = 79+3+150=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #4F0396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0396 is #B0FC69. Grayscale: #292929. Windows color (decimal): -11598954 or 9831247. OLE color: 9831247.

HSL color Cylindrical-coordinate representation of color #4F0396: hue angle of 271.02º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F0396 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB793150-
CMYK0.470.9800.41
HSL271.02º96.08%30%-
HSV(B)271.02º98%58.82%-
XYZ8.763.9329.15-
YUV42.48188.68154.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 150 (58.98% from 255) = 64.66%
R=34.05%
G=1.29%
B=64.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7931500.470.9800.41271.0296.0830
Hex4F3962F6202910f601e
Octal11732265714205141714036
Binary1001111111001011010111111000100101001100001111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,3,150); }

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

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

 a { background-color: rgb(79,3,150); }

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

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

 span { border-color: rgb(79,3,150); }

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