#3F1D87

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

Shades of Persian Indigo #3F1D87

Tints of Persian Indigo #3F1D87

Color information

#3F1D87 (or 0x3F1D87) is unknown color: approx Persian Indigo. HEX triplet: 3F, 1D and 87. RGB value is (63,29,135). Sum of RGB (Red+Green+Blue) = 63+29+135=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F1D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1D87 is #C0E278. Grayscale: #323232. Windows color (decimal): -12640889 or 8854847. OLE color: 8854847.

HSL color Cylindrical-coordinate representation of color #3F1D87: hue angle of 259.25º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F1D87 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6329135-
CMYK0.530.7900.47
HSL259.25º64.63%32.16%-
HSV(B)259.25º78.52%52.94%-
XYZ6.863.6823.27-
YUV51.25175.26136.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.75%
GREEN value IS 29 (11.72% from 255) = 12.78%
BLUE value IS 135 (53.12% from 255) = 59.47%
R=27.75%
G=12.78%
B=59.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63291350.530.7900.47259.2564.6332.16
Hex3F1D87354F02F1034120
Octal77352076511705740310140
Binary1111111110110000111110101100111101011111000000111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,29,135); }

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

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

 a { background-color: rgb(63,29,135); }

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

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

 span { border-color: rgb(63,29,135); }

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