#3F1399

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

Shades of Persian Indigo #3F1399

Tints of Persian Indigo #3F1399

Color information

#3F1399 (or 0x3F1399) is unknown color: approx Persian Indigo. HEX triplet: 3F, 13 and 99. RGB value is (63,19,153). Sum of RGB (Red+Green+Blue) = 63+19+153=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F1399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1399 is #C0EC66. Grayscale: #2E2E2E. Windows color (decimal): -12643431 or 10031935. OLE color: 10031935.

HSL color Cylindrical-coordinate representation of color #3F1399: hue angle of 259.7º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1399 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6319153-
CMYK0.590.8800.4
HSL259.7º77.91%33.73%-
HSV(B)259.7º87.58%60%-
XYZ8.033.8230.45-
YUV47.43187.58139.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.81%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 153 (60.16% from 255) = 65.11%
R=26.81%
G=8.09%
B=65.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal63191530.590.8800.4259.777.9133.73
Hex3F13993B580281044e22
Octal77232317313005040411642
Binary1111111001110011001111011101100001010001000001001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,19,153); }

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

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

 a { background-color: rgb(63,19,153); }

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

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

 span { border-color: rgb(63,19,153); }

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