Shades of Persian Indigo #2F1B7D
Tints of Persian Indigo #2F1B7D
RGB
CMYK
RGB Variations
Color information
#2F1B7D (or 0x2F1B7D) is known color: Persian Indigo. HEX triplet: 2F, 1B and 7D. RGB value is (47,27,125). Sum of RGB (Red+Green+Blue) = 47+27+125=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #2F1B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F1B7D is #D0E482. Grayscale: #2B2B2B. Windows color (decimal): -13689987 or 8198959. OLE color: 8198959.
HSL color Cylindrical-coordinate representation of color #2F1B7D: hue angle of 252.24º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F1B7D is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 47 | 27 | 125 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.51 |
| HSL | 252.24º | 0.64% | 0.3% | - |
| HSV(B) | 252.24º | 0.78% | 0.49% | - |
| XYZ | 5.27 | 2.87 | 19.68 | - |
| YUV | 44.15 | 173.63 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 125 | 0.62 | 0.78 | 0 | 0.51 | 252.24 | 0.64 | 0.3 |
| Hex | 2F | 1B | 7D | 3E | 4E | 0 | 33 | FC | 40 | 1E |
| Octal | 57 | 33 | 175 | 76 | 116 | 0 | 63 | 374 | 100 | 36 |
| Binary | 101111 | 11011 | 1111101 | 111110 | 1001110 | 0 | 110011 | 11111100 | 1000000 | 11110 |
Color Harmonies of #2F1B7D
Complementary color
Monochromatic Colors of #2F1B7D
Black with #2F1B7D
Text Example
Text Example
White with #2F1B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1B7D; }
p { color: rgb(47,27,125); }
H1.HeaderClassName
{
color: #2F1B7D;
}
.AnyTagClassName
{
color: #2F1B7D;
}
</style>
background-color css
<style>
a { background-color: #2F1B7D; }
a { background-color: rgb(47,27,125); }
div.DivClassName
{
background-color: #2F1B7D;
}
.BgClassName
{
background-color: #2F1B7D;
}
</style>
border-color css
<style>
span { border-color: #2F1B7D; }
span { border-color: rgb(47,27,125); }
td.TdClassName
{
border-color: #2F1B7D;
}
.TagClassName
{
border-color: #2F1B7D;
}
</style>