Shades of Persian Indigo #2F1B6D
Tints of Persian Indigo #2F1B6D
RGB
CMYK
RGB Variations
Color information
#2F1B6D (or 0x2F1B6D) is known color: Persian Indigo. HEX triplet: 2F, 1B and 6D. RGB value is (47,27,109). Sum of RGB (Red+Green+Blue) = 47+27+109=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F1B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1B6D is #D0E492. Grayscale: #2A2A2A. Windows color (decimal): -13690003 or 7150383. OLE color: 7150383.
HSL color Cylindrical-coordinate representation of color #2F1B6D: hue angle of 254.63º degrees, saturation: 0.6, 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 #2F1B6D is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 27 | 109 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.57 |
| HSL | 254.63º | 0.6% | 0.27% | - |
| HSV(B) | 254.63º | 0.75% | 0.43% | - |
| XYZ | 4.32 | 2.49 | 14.72 | - |
| YUV | 42.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 109 | 0.57 | 0.75 | 0 | 0.57 | 254.63 | 0.6 | 0.27 |
| Hex | 2F | 1B | 6D | 39 | 4B | 0 | 39 | FF | 3C | 1B |
| Octal | 57 | 33 | 155 | 71 | 113 | 0 | 71 | 377 | 74 | 33 |
| Binary | 101111 | 11011 | 1101101 | 111001 | 1001011 | 0 | 111001 | 11111111 | 111100 | 11011 |
Color Harmonies of #2F1B6D
Complementary color
Monochromatic Colors of #2F1B6D
Black with #2F1B6D
Text Example
Text Example
White with #2F1B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1B6D; }
p { color: rgb(47,27,109); }
H1.HeaderClassName
{
color: #2F1B6D;
}
.AnyTagClassName
{
color: #2F1B6D;
}
</style>
background-color css
<style>
a { background-color: #2F1B6D; }
a { background-color: rgb(47,27,109); }
div.DivClassName
{
background-color: #2F1B6D;
}
.BgClassName
{
background-color: #2F1B6D;
}
</style>
border-color css
<style>
span { border-color: #2F1B6D; }
span { border-color: rgb(47,27,109); }
td.TdClassName
{
border-color: #2F1B6D;
}
.TagClassName
{
border-color: #2F1B6D;
}
</style>