#4F0378

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

Shades of Indigo #4F0378

Tints of Indigo #4F0378

Color information

#4F0378 (or 0x4F0378) is unknown color: approx Indigo. HEX triplet: 4F, 03 and 78. RGB value is (79,3,120). Sum of RGB (Red+Green+Blue) = 79+3+120=202 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.11% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F0378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0378 is #B0FC87. Grayscale: #262626. Windows color (decimal): -11598984 or 7865167. OLE color: 7865167.

HSL color Cylindrical-coordinate representation of color #4F0378: hue angle of 278.97º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F0378 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB793120-
CMYK0.340.9800.53
HSL278.97º95.12%24.12%-
HSV(B)278.97º97.5%47.06%-
XYZ6.653.0818.01-
YUV39.06173.68156.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.11%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=39.11%
G=1.49%
B=59.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7931200.340.9800.53278.9795.1224.12
Hex4F37822620351175f18
Octal11731704214206542713730
Binary100111111111100010001011000100110101100010111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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