#3F1D99

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

Shades of Persian Indigo #3F1D99

Tints of Persian Indigo #3F1D99

Color information

#3F1D99 (or 0x3F1D99) is unknown color: approx Persian Indigo. HEX triplet: 3F, 1D and 99. RGB value is (63,29,153). Sum of RGB (Red+Green+Blue) = 63+29+153=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F1D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1D99 is #C0E266. Grayscale: #343434. Windows color (decimal): -12640871 or 10034495. OLE color: 10034495.

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

Color convert

RGB6329153-
CMYK0.590.8100.4
HSL256.45º68.13%35.69%-
HSV(B)256.45º81.05%60%-
XYZ8.244.2430.52-
YUV53.3184.26134.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.71%
GREEN value IS 29 (11.72% from 255) = 11.84%
BLUE value IS 153 (60.16% from 255) = 62.45%
R=25.71%
G=11.84%
B=62.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal63291530.590.8100.4256.4568.1335.69
Hex3F1D993B510281004424
Octal77352317312105040010444
Binary1111111110110011001111011101000101010001000000001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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