#3F198B

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

Shades of Persian Indigo #3F198B

Tints of Persian Indigo #3F198B

Color information

#3F198B (or 0x3F198B) is unknown color: approx Persian Indigo. HEX triplet: 3F, 19 and 8B. RGB value is (63,25,139). Sum of RGB (Red+Green+Blue) = 63+25+139=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F198B is #C0E674. Grayscale: #303030. Windows color (decimal): -12641909 or 9115967. OLE color: 9115967.

HSL color Cylindrical-coordinate representation of color #3F198B: hue angle of 260º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F198B is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6325139-
CMYK0.550.8200.45
HSL260º69.51%32.16%-
HSV(B)260º82.01%54.51%-
XYZ7.063.6224.75-
YUV49.36178.59137.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.75%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 139 (54.69% from 255) = 61.23%
R=27.75%
G=11.01%
B=61.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63251390.550.8200.4526069.5132.16
Hex3F198B375202D1044620
Octal77312136712205540410640
Binary1111111100110001011110111101001001011011000001001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F198B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,25,139); }

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

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

 a { background-color: rgb(63,25,139); }

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

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

 span { border-color: rgb(63,25,139); }

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