#4F0B6E

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

Shades of Indigo #4F0B6E

Tints of Indigo #4F0B6E

Color information

#4F0B6E (or 0x4F0B6E) is unknown color: approx Indigo. HEX triplet: 4F, 0B and 6E. RGB value is (79,11,110). Sum of RGB (Red+Green+Blue) = 79+11+110=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F0B6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0B6E is #B0F491. Grayscale: #2A2A2A. Windows color (decimal): -11596946 or 7211855. OLE color: 7211855.

HSL color Cylindrical-coordinate representation of color #4F0B6E: hue angle of 281.21º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0B6E is Cyan = 0.28, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7911110-
CMYK0.280.900.57
HSL281.21º81.82%23.73%-
HSV(B)281.21º90%43.14%-
XYZ6.163.0315.01-
YUV42.62166.03153.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.5%
GREEN value IS 11 (4.69% from 255) = 5.5%
BLUE value IS 110 (43.36% from 255) = 55%
R=39.5%
G=5.5%
B=55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79111100.280.900.57281.2181.8223.73
Hex4FB6E1C5A0391195218
Octal117131563413207143112230
Binary1001111101111011101110010110100111001100011001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,11,110); }

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

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

 a { background-color: rgb(79,11,110); }

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

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

 span { border-color: rgb(79,11,110); }

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