#3F198C

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

Shades of Persian Indigo #3F198C

Tints of Persian Indigo #3F198C

Color information

#3F198C (or 0x3F198C) is unknown color: approx Persian Indigo. HEX triplet: 3F, 19 and 8C. RGB value is (63,25,140). Sum of RGB (Red+Green+Blue) = 63+25+140=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F198C is #C0E673. Grayscale: #313131. Windows color (decimal): -12641908 or 9181503. OLE color: 9181503.

HSL color Cylindrical-coordinate representation of color #3F198C: hue angle of 259.83º 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 #3F198C is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6325140-
CMYK0.550.8200.45
HSL259.83º69.7%32.35%-
HSV(B)259.83º82.14%54.9%-
XYZ7.133.6525.14-
YUV49.47179.09137.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.63%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 140 (55.08% from 255) = 61.40%
R=27.63%
G=10.96%
B=61.40%

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
Decimal63251400.550.8200.45259.8369.732.35
Hex3F198C375202D1044620
Octal77312146712205540410640
Binary1111111100110001100110111101001001011011000001001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F198C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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