#4F1395

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

Shades of Indigo #4F1395

Tints of Indigo #4F1395

Color information

#4F1395 (or 0x4F1395) is unknown color: approx Indigo. HEX triplet: 4F, 13 and 95. RGB value is (79,19,149). Sum of RGB (Red+Green+Blue) = 79+19+149=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F1395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1395 is #B0EC6A. Grayscale: #333333. Windows color (decimal): -11594859 or 9769807. OLE color: 9769807.

HSL color Cylindrical-coordinate representation of color #4F1395: hue angle of 267.69º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F1395 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7919149-
CMYK0.470.8700.42
HSL267.69º77.38%32.94%-
HSV(B)267.69º87.25%58.43%-
XYZ8.884.328.8-
YUV51.76182.88147.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.98%
GREEN value IS 19 (7.81% from 255) = 7.69%
BLUE value IS 149 (58.59% from 255) = 60.32%
R=31.98%
G=7.69%
B=60.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79191490.470.8700.42267.6977.3832.94
Hex4F13952F5702A10c4d21
Octal117232255712705241411541
Binary10011111001110010101101111101011101010101000011001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,19,149); }

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

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

 a { background-color: rgb(79,19,149); }

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

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

 span { border-color: rgb(79,19,149); }

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