Shades of Persian Indigo #3F158B
Tints of Persian Indigo #3F158B
RGB
CMYK
RGB Variations
Color information
#3F158B (or 0x3F158B) is known color: Persian Indigo. HEX triplet: 3F, 15 and 8B. RGB value is (63,21,139). Sum of RGB (Red+Green+Blue) = 63+21+139=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F158B is #C0EA74. Grayscale: #2E2E2E. Windows color (decimal): -12642933 or 9114943. OLE color: 9114943.
HSL color Cylindrical-coordinate representation of color #3F158B: hue angle of 261.36º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F158B is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 21 | 139 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.45 |
| HSL | 261.36º | 0.74% | 0.31% | - |
| HSV(B) | 261.36º | 0.85% | 0.55% | - |
| XYZ | 6.98 | 3.46 | 24.73 | - |
| YUV | 47.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 139 | 0.55 | 0.85 | 0 | 0.45 | 261.36 | 0.74 | 0.31 |
| Hex | 3F | 15 | 8B | 37 | 55 | 0 | 2D | 105 | 4A | 1F |
| Octal | 77 | 25 | 213 | 67 | 125 | 0 | 55 | 405 | 112 | 37 |
| Binary | 111111 | 10101 | 10001011 | 110111 | 1010101 | 0 | 101101 | 100000101 | 1001010 | 11111 |
Color Harmonies of #3F158B
Complementary color
Monochromatic Colors of #3F158B
Black with #3F158B
Text Example
Text Example
White with #3F158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F158B; }
p { color: rgb(63,21,139); }
H1.HeaderClassName
{
color: #3F158B;
}
.AnyTagClassName
{
color: #3F158B;
}
</style>
background-color css
<style>
a { background-color: #3F158B; }
a { background-color: rgb(63,21,139); }
div.DivClassName
{
background-color: #3F158B;
}
.BgClassName
{
background-color: #3F158B;
}
</style>
border-color css
<style>
span { border-color: #3F158B; }
span { border-color: rgb(63,21,139); }
td.TdClassName
{
border-color: #3F158B;
}
.TagClassName
{
border-color: #3F158B;
}
</style>