Shades of Persian Indigo #3F148A
Tints of Persian Indigo #3F148A
RGB
CMYK
RGB Variations
Color information
#3F148A (or 0x3F148A) is known color: Persian Indigo. HEX triplet: 3F, 14 and 8A. RGB value is (63,20,138). Sum of RGB (Red+Green+Blue) = 63+20+138=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F148A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F148A is #C0EB75. Grayscale: #2D2D2D. Windows color (decimal): -12643190 or 9049151. OLE color: 9049151.
HSL color Cylindrical-coordinate representation of color #3F148A: hue angle of 261.86º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F148A is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 20 | 138 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.46 |
| HSL | 261.86º | 0.75% | 0.31% | - |
| HSV(B) | 261.86º | 0.86% | 0.54% | - |
| XYZ | 6.89 | 3.39 | 24.34 | - |
| YUV | 46.31 | 179.75 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 138 | 0.54 | 0.86 | 0 | 0.46 | 261.86 | 0.75 | 0.31 |
| Hex | 3F | 14 | 8A | 36 | 56 | 0 | 2E | 106 | 4B | 1F |
| Octal | 77 | 24 | 212 | 66 | 126 | 0 | 56 | 406 | 113 | 37 |
| Binary | 111111 | 10100 | 10001010 | 110110 | 1010110 | 0 | 101110 | 100000110 | 1001011 | 11111 |
Color Harmonies of #3F148A
Complementary color
Monochromatic Colors of #3F148A
Black with #3F148A
Text Example
Text Example
White with #3F148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F148A; }
p { color: rgb(63,20,138); }
H1.HeaderClassName
{
color: #3F148A;
}
.AnyTagClassName
{
color: #3F148A;
}
</style>
background-color css
<style>
a { background-color: #3F148A; }
a { background-color: rgb(63,20,138); }
div.DivClassName
{
background-color: #3F148A;
}
.BgClassName
{
background-color: #3F148A;
}
</style>
border-color css
<style>
span { border-color: #3F148A; }
span { border-color: rgb(63,20,138); }
td.TdClassName
{
border-color: #3F148A;
}
.TagClassName
{
border-color: #3F148A;
}
</style>