Shades of Persian Indigo #3F189A
Tints of Persian Indigo #3F189A
RGB
CMYK
RGB Variations
Color information
#3F189A (or 0x3F189A) is known color: Persian Indigo. HEX triplet: 3F, 18 and 9A. RGB value is (63,24,154). Sum of RGB (Red+Green+Blue) = 63+24+154=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F189A is #C0E765. Grayscale: #323232. Windows color (decimal): -12642150 or 10098751. OLE color: 10098751.
HSL color Cylindrical-coordinate representation of color #3F189A: hue angle of 258º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F189A is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 24 | 154 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.40 |
| HSL | 258º | 0.73% | 0.35% | - |
| HSV(B) | 258º | 0.84% | 0.6% | - |
| XYZ | 8.21 | 4.04 | 30.92 | - |
| YUV | 50.48 | 186.42 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 154 | 0.59 | 0.84 | 0 | 0.40 | 258 | 0.73 | 0.35 |
| Hex | 3F | 18 | 9A | 3B | 54 | 0 | 28 | 102 | 49 | 23 |
| Octal | 77 | 30 | 232 | 73 | 124 | 0 | 50 | 402 | 111 | 43 |
| Binary | 111111 | 11000 | 10011010 | 111011 | 1010100 | 0 | 101000 | 100000010 | 1001001 | 100011 |
Color Harmonies of #3F189A
Complementary color
Monochromatic Colors of #3F189A
Black with #3F189A
Text Example
Text Example
White with #3F189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F189A; }
p { color: rgb(63,24,154); }
H1.HeaderClassName
{
color: #3F189A;
}
.AnyTagClassName
{
color: #3F189A;
}
</style>
background-color css
<style>
a { background-color: #3F189A; }
a { background-color: rgb(63,24,154); }
div.DivClassName
{
background-color: #3F189A;
}
.BgClassName
{
background-color: #3F189A;
}
</style>
border-color css
<style>
span { border-color: #3F189A; }
span { border-color: rgb(63,24,154); }
td.TdClassName
{
border-color: #3F189A;
}
.TagClassName
{
border-color: #3F189A;
}
</style>