#4F01B2

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

Shades of Indigo #4F01B2

Tints of Indigo #4F01B2

Color information

#4F01B2 (or 0x4F01B2) is unknown color: approx Indigo. HEX triplet: 4F, 01 and B2. RGB value is (79,1,178). Sum of RGB (Red+Green+Blue) = 79+1+178=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 178 (69.92% from 255 or 68.99% from 258); Max value from RGB is 178 - color contains mainly: blue. Hex color #4F01B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F01B2 is #B0FE4D. Grayscale: #2B2B2B. Windows color (decimal): -11599438 or 11665743. OLE color: 11665743.

HSL color Cylindrical-coordinate representation of color #4F01B2: hue angle of 266.44º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F01B2 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB791178-
CMYK0.560.9900.30
HSL266.44º98.88%35.1%-
HSV(B)266.44º99.44%69.8%-
XYZ11.274.942.47-
YUV44.5203.34152.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.62%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 178 (69.92% from 255) = 68.99%
R=30.62%
G=0.39%
B=68.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal7911780.560.9900.30266.4498.8835.1
Hex4F1B2386301E10a6323
Octal11712627014303641214343
Binary100111111011001011100011000110111101000010101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F01B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,1,178); }

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

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

 a { background-color: rgb(79,1,178); }

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

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

 span { border-color: rgb(79,1,178); }

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