#3F159E

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

Shades of Persian Indigo #3F159E

Tints of Persian Indigo #3F159E

Color information

#3F159E (or 0x3F159E) is unknown color: approx Persian Indigo. HEX triplet: 3F, 15 and 9E. RGB value is (63,21,158). Sum of RGB (Red+Green+Blue) = 63+21+158=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F159E is #C0EA61. Grayscale: #303030. Windows color (decimal): -12642914 or 10360127. OLE color: 10360127.

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

Color convert

RGB6321158-
CMYK0.600.8700.38
HSL258.39º76.54%35.1%-
HSV(B)258.39º86.71%61.96%-
XYZ8.494.0632.68-
YUV49.18189.41137.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 158 (62.11% from 255) = 65.29%
R=26.03%
G=8.68%
B=65.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63211580.600.8700.38258.3976.5435.1
Hex3F159E3C570261024d23
Octal77252367412704640211543
Binary1111111010110011110111100101011101001101000000101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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