#4F0278

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

Shades of Indigo #4F0278

Tints of Indigo #4F0278

Color information

#4F0278 (or 0x4F0278) is unknown color: approx Indigo. HEX triplet: 4F, 02 and 78. RGB value is (79,2,120). Sum of RGB (Red+Green+Blue) = 79+2+120=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F0278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0278 is #B0FD87. Grayscale: #262626. Windows color (decimal): -11599240 or 7864911. OLE color: 7864911.

HSL color Cylindrical-coordinate representation of color #4F0278: hue angle of 279.15º degrees, saturation: 0.97, 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 #4F0278 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB792120-
CMYK0.340.9800.53
HSL279.15º96.72%23.92%-
HSV(B)279.15º98.33%47.06%-
XYZ6.643.0618.01-
YUV38.47174.01156.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.30%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=39.30%
G=1.00%
B=59.70%

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
Decimal7921200.340.9800.53279.1596.7223.92
Hex4F27822620351176118
Octal11721704214206542714130
Binary100111110111100010001011000100110101100010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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