Shades of Persian Indigo #3F0D9B
Tints of Persian Indigo #3F0D9B
RGB
CMYK
RGB Variations
Color information
#3F0D9B (or 0x3F0D9B) is known color: Persian Indigo. HEX triplet: 3F, 0D and 9B. RGB value is (63,13,155). Sum of RGB (Red+Green+Blue) = 63+13+155=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F0D9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0D9B is #C0F264. Grayscale: #2B2B2B. Windows color (decimal): -12644965 or 10161471. OLE color: 10161471.
HSL color Cylindrical-coordinate representation of color #3F0D9B: hue angle of 261.13º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0D9B is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 13 | 155 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.39 |
| HSL | 261.13º | 0.85% | 0.33% | - |
| HSV(B) | 261.13º | 0.92% | 0.61% | - |
| XYZ | 8.11 | 3.71 | 31.3 | - |
| YUV | 44.14 | 190.57 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 155 | 0.59 | 0.92 | 0 | 0.39 | 261.13 | 0.85 | 0.33 |
| Hex | 3F | D | 9B | 3B | 5C | 0 | 27 | 105 | 55 | 21 |
| Octal | 77 | 15 | 233 | 73 | 134 | 0 | 47 | 405 | 125 | 41 |
| Binary | 111111 | 1101 | 10011011 | 111011 | 1011100 | 0 | 100111 | 100000101 | 1010101 | 100001 |
Color Harmonies of #3F0D9B
Complementary color
Monochromatic Colors of #3F0D9B
Black with #3F0D9B
Text Example
Text Example
White with #3F0D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D9B; }
p { color: rgb(63,13,155); }
H1.HeaderClassName
{
color: #3F0D9B;
}
.AnyTagClassName
{
color: #3F0D9B;
}
</style>
background-color css
<style>
a { background-color: #3F0D9B; }
a { background-color: rgb(63,13,155); }
div.DivClassName
{
background-color: #3F0D9B;
}
.BgClassName
{
background-color: #3F0D9B;
}
</style>
border-color css
<style>
span { border-color: #3F0D9B; }
span { border-color: rgb(63,13,155); }
td.TdClassName
{
border-color: #3F0D9B;
}
.TagClassName
{
border-color: #3F0D9B;
}
</style>