#3F198E

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

Shades of Persian Indigo #3F198E

Tints of Persian Indigo #3F198E

Color information

#3F198E (or 0x3F198E) is unknown color: approx Persian Indigo. HEX triplet: 3F, 19 and 8E. RGB value is (63,25,142). Sum of RGB (Red+Green+Blue) = 63+25+142=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F198E is #C0E671. Grayscale: #313131. Windows color (decimal): -12641906 or 9312575. OLE color: 9312575.

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

Color convert

RGB6325142-
CMYK0.560.8200.44
HSL259.49º70.06%32.75%-
HSV(B)259.49º82.39%55.69%-
XYZ7.283.7125.92-
YUV49.7180.09137.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.39%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 142 (55.86% from 255) = 61.74%
R=27.39%
G=10.87%
B=61.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63251420.560.8200.44259.4970.0632.75
Hex3F198E385202C1034621
Octal77312167012205440310641
Binary1111111100110001110111000101001001011001000000111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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