#4F03B1

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

Shades of Indigo #4F03B1

Tints of Indigo #4F03B1

Color information

#4F03B1 (or 0x4F03B1) is unknown color: approx Indigo. HEX triplet: 4F, 03 and B1. RGB value is (79,3,177). Sum of RGB (Red+Green+Blue) = 79+3+177=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 177 (69.53% from 255 or 68.34% from 259); Max value from RGB is 177 - color contains mainly: blue. Hex color #4F03B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F03B1 is #B0FC4E. Grayscale: #2C2C2C. Windows color (decimal): -11598927 or 11600719. OLE color: 11600719.

HSL color Cylindrical-coordinate representation of color #4F03B1: hue angle of 266.21º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F03B1 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB793177-
CMYK0.550.9800.31
HSL266.21º96.67%35.29%-
HSV(B)266.21º98.31%69.41%-
XYZ11.194.941.95-
YUV45.56202.18151.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.50%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 177 (69.53% from 255) = 68.34%
R=30.50%
G=1.16%
B=68.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7931770.550.9800.31266.2196.6735.29
Hex4F3B1376201F10a6123
Octal11732616714203741214143
Binary1001111111011000111011111000100111111000010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F03B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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