#3F1699

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

Shades of Persian Indigo #3F1699

Tints of Persian Indigo #3F1699

Color information

#3F1699 (or 0x3F1699) is unknown color: approx Persian Indigo. HEX triplet: 3F, 16 and 99. RGB value is (63,22,153). Sum of RGB (Red+Green+Blue) = 63+22+153=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F1699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1699 is #C0E966. Grayscale: #303030. Windows color (decimal): -12642663 or 10032703. OLE color: 10032703.

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

Color convert

RGB6322153-
CMYK0.590.8600.4
HSL258.78º74.86%34.31%-
HSV(B)258.78º85.62%60%-
XYZ8.093.9330.47-
YUV49.19186.58137.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 153 (60.16% from 255) = 64.29%
R=26.47%
G=9.24%
B=64.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal63221530.590.8600.4258.7874.8634.31
Hex3F16993B560281034b22
Octal77262317312605040311342
Binary1111111011010011001111011101011001010001000000111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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