#3F199E

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

Shades of Persian Indigo #3F199E

Tints of Persian Indigo #3F199E

Color information

#3F199E (or 0x3F199E) is unknown color: approx Persian Indigo. HEX triplet: 3F, 19 and 9E. RGB value is (63,25,158). Sum of RGB (Red+Green+Blue) = 63+25+158=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F199E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F199E is #C0E661. Grayscale: #333333. Windows color (decimal): -12641890 or 10361151. OLE color: 10361151.

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

Color convert

RGB6325158-
CMYK0.600.8400.38
HSL257.14º72.68%35.88%-
HSV(B)257.14º84.18%61.96%-
XYZ8.574.2232.71-
YUV51.52188.09136.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.61%
GREEN value IS 25 (10.16% from 255) = 10.16%
BLUE value IS 158 (62.11% from 255) = 64.23%
R=25.61%
G=10.16%
B=64.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63251580.600.8400.38257.1472.6835.88
Hex3F199E3C540261014924
Octal77312367412404640111144
Binary1111111100110011110111100101010001001101000000011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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