Shades of Persian Indigo #2F1A6D
Tints of Persian Indigo #2F1A6D
RGB
CMYK
RGB Variations
Color information
#2F1A6D (or 0x2F1A6D) is known color: Persian Indigo. HEX triplet: 2F, 1A and 6D. RGB value is (47,26,109). Sum of RGB (Red+Green+Blue) = 47+26+109=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F1A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1A6D is #D0E592. Grayscale: #292929. Windows color (decimal): -13690259 or 7150127. OLE color: 7150127.
HSL color Cylindrical-coordinate representation of color #2F1A6D: hue angle of 255.18º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F1A6D is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 26 | 109 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.57 |
| HSL | 255.18º | 0.61% | 0.26% | - |
| HSV(B) | 255.18º | 0.76% | 0.43% | - |
| XYZ | 4.3 | 2.45 | 14.71 | - |
| YUV | 41.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 26 | 109 | 0.57 | 0.76 | 0 | 0.57 | 255.18 | 0.61 | 0.26 |
| Hex | 2F | 1A | 6D | 39 | 4C | 0 | 39 | FF | 3D | 1A |
| Octal | 57 | 32 | 155 | 71 | 114 | 0 | 71 | 377 | 75 | 32 |
| Binary | 101111 | 11010 | 1101101 | 111001 | 1001100 | 0 | 111001 | 11111111 | 111101 | 11010 |
Color Harmonies of #2F1A6D
Complementary color
Monochromatic Colors of #2F1A6D
Black with #2F1A6D
Text Example
Text Example
White with #2F1A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1A6D; }
p { color: rgb(47,26,109); }
H1.HeaderClassName
{
color: #2F1A6D;
}
.AnyTagClassName
{
color: #2F1A6D;
}
</style>
background-color css
<style>
a { background-color: #2F1A6D; }
a { background-color: rgb(47,26,109); }
div.DivClassName
{
background-color: #2F1A6D;
}
.BgClassName
{
background-color: #2F1A6D;
}
</style>
border-color css
<style>
span { border-color: #2F1A6D; }
span { border-color: rgb(47,26,109); }
td.TdClassName
{
border-color: #2F1A6D;
}
.TagClassName
{
border-color: #2F1A6D;
}
</style>