Shades of Persian Indigo #2F1C6E
Tints of Persian Indigo #2F1C6E
RGB
CMYK
RGB Variations
Color information
#2F1C6E (or 0x2F1C6E) is known color: Persian Indigo. HEX triplet: 2F, 1C and 6E. RGB value is (47,28,110). Sum of RGB (Red+Green+Blue) = 47+28+110=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F1C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1C6E is #D0E391. Grayscale: #2A2A2A. Windows color (decimal): -13689746 or 7216175. OLE color: 7216175.
HSL color Cylindrical-coordinate representation of color #2F1C6E: hue angle of 253.9º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F1C6E is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 28 | 110 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.57 |
| HSL | 253.9º | 0.59% | 0.27% | - |
| HSV(B) | 253.9º | 0.75% | 0.43% | - |
| XYZ | 4.4 | 2.56 | 15.01 | - |
| YUV | 43.03 | 165.79 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 28 | 110 | 0.57 | 0.75 | 0 | 0.57 | 253.9 | 0.59 | 0.27 |
| Hex | 2F | 1C | 6E | 39 | 4B | 0 | 39 | FE | 3B | 1B |
| Octal | 57 | 34 | 156 | 71 | 113 | 0 | 71 | 376 | 73 | 33 |
| Binary | 101111 | 11100 | 1101110 | 111001 | 1001011 | 0 | 111001 | 11111110 | 111011 | 11011 |
Color Harmonies of #2F1C6E
Complementary color
Monochromatic Colors of #2F1C6E
Black with #2F1C6E
Text Example
Text Example
White with #2F1C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1C6E; }
p { color: rgb(47,28,110); }
H1.HeaderClassName
{
color: #2F1C6E;
}
.AnyTagClassName
{
color: #2F1C6E;
}
</style>
background-color css
<style>
a { background-color: #2F1C6E; }
a { background-color: rgb(47,28,110); }
div.DivClassName
{
background-color: #2F1C6E;
}
.BgClassName
{
background-color: #2F1C6E;
}
</style>
border-color css
<style>
span { border-color: #2F1C6E; }
span { border-color: rgb(47,28,110); }
td.TdClassName
{
border-color: #2F1C6E;
}
.TagClassName
{
border-color: #2F1C6E;
}
</style>