#3F119F

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

Shades of Persian Indigo #3F119F

Tints of Persian Indigo #3F119F

Color information

#3F119F (or 0x3F119F) is unknown color: approx Persian Indigo. HEX triplet: 3F, 11 and 9F. RGB value is (63,17,159). Sum of RGB (Red+Green+Blue) = 63+17+159=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F119F is #C0EE60. Grayscale: #2E2E2E. Windows color (decimal): -12643937 or 10424639. OLE color: 10424639.

HSL color Cylindrical-coordinate representation of color #3F119F: hue angle of 259.44º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F119F is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6317159-
CMYK0.600.8900.38
HSL259.44º80.68%34.51%-
HSV(B)259.44º89.31%62.35%-
XYZ8.513.9633.12-
YUV46.94191.24139.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.36%
GREEN value IS 17 (7.03% from 255) = 7.11%
BLUE value IS 159 (62.5% from 255) = 66.53%
R=26.36%
G=7.11%
B=66.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63171590.600.8900.38259.4480.6834.51
Hex3F119F3C590261035123
Octal77212377413104640312143
Binary1111111000110011111111100101100101001101000000111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F119F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F119F; }

 p { color: rgb(63,17,159); }

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

<style>
 a { background-color: #3F119F; }

 a { background-color: rgb(63,17,159); }

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

<style>
 span { border-color: #3F119F; }

 span { border-color: rgb(63,17,159); }

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