Shades of Persian Indigo #3F109B
Tints of Persian Indigo #3F109B
RGB
CMYK
RGB Variations
Color information
#3F109B (or 0x3F109B) is known color: Persian Indigo. HEX triplet: 3F, 10 and 9B. RGB value is (63,16,155). Sum of RGB (Red+Green+Blue) = 63+16+155=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F109B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F109B is #C0EF64. Grayscale: #2D2D2D. Windows color (decimal): -12644197 or 10162239. OLE color: 10162239.
HSL color Cylindrical-coordinate representation of color #3F109B: hue angle of 260.29º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F109B is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 16 | 155 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.39 |
| HSL | 260.29º | 0.81% | 0.34% | - |
| HSV(B) | 260.29º | 0.9% | 0.61% | - |
| XYZ | 8.15 | 3.79 | 31.31 | - |
| YUV | 45.9 | 189.57 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 155 | 0.59 | 0.90 | 0 | 0.39 | 260.29 | 0.81 | 0.34 |
| Hex | 3F | 10 | 9B | 3B | 5A | 0 | 27 | 104 | 51 | 22 |
| Octal | 77 | 20 | 233 | 73 | 132 | 0 | 47 | 404 | 121 | 42 |
| Binary | 111111 | 10000 | 10011011 | 111011 | 1011010 | 0 | 100111 | 100000100 | 1010001 | 100010 |
Color Harmonies of #3F109B
Complementary color
Monochromatic Colors of #3F109B
Black with #3F109B
Text Example
Text Example
White with #3F109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F109B; }
p { color: rgb(63,16,155); }
H1.HeaderClassName
{
color: #3F109B;
}
.AnyTagClassName
{
color: #3F109B;
}
</style>
background-color css
<style>
a { background-color: #3F109B; }
a { background-color: rgb(63,16,155); }
div.DivClassName
{
background-color: #3F109B;
}
.BgClassName
{
background-color: #3F109B;
}
</style>
border-color css
<style>
span { border-color: #3F109B; }
span { border-color: rgb(63,16,155); }
td.TdClassName
{
border-color: #3F109B;
}
.TagClassName
{
border-color: #3F109B;
}
</style>