#3F159B

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

Shades of Persian Indigo #3F159B

Tints of Persian Indigo #3F159B

Color information

#3F159B (or 0x3F159B) is unknown color: approx Persian Indigo. HEX triplet: 3F, 15 and 9B. RGB value is (63,21,155). Sum of RGB (Red+Green+Blue) = 63+21+155=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F159B is #C0EA64. Grayscale: #303030. Windows color (decimal): -12642917 or 10163519. OLE color: 10163519.

HSL color Cylindrical-coordinate representation of color #3F159B: hue angle of 258.81º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F159B is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6321155-
CMYK0.590.8600.39
HSL258.81º76.14%34.51%-
HSV(B)258.81º86.45%60.78%-
XYZ8.233.9631.34-
YUV48.83187.91138.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.36%
GREEN value IS 21 (8.59% from 255) = 8.79%
BLUE value IS 155 (60.94% from 255) = 64.85%
R=26.36%
G=8.79%
B=64.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal63211550.590.8600.39258.8176.1434.51
Hex3F159B3B560271034c23
Octal77252337312604740311443
Binary1111111010110011011111011101011001001111000000111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,21,155); }

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

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

 a { background-color: rgb(63,21,155); }

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

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

 span { border-color: rgb(63,21,155); }

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