Shades of Persian Indigo #2F1369
Tints of Persian Indigo #2F1369
RGB
CMYK
RGB Variations
Color information
#2F1369 (or 0x2F1369) is known color: Persian Indigo. HEX triplet: 2F, 13 and 69. RGB value is (47,19,105). Sum of RGB (Red+Green+Blue) = 47+19+105=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F1369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1369 is #D0EC96. Grayscale: #242424. Windows color (decimal): -13692055 or 6886191. OLE color: 6886191.
HSL color Cylindrical-coordinate representation of color #2F1369: hue angle of 259.53º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F1369 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 19 | 105 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.59 |
| HSL | 259.53º | 0.69% | 0.24% | - |
| HSV(B) | 259.53º | 0.82% | 0.41% | - |
| XYZ | 3.95 | 2.09 | 13.56 | - |
| YUV | 37.18 | 166.28 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 19 | 105 | 0.55 | 0.82 | 0 | 0.59 | 259.53 | 0.69 | 0.24 |
| Hex | 2F | 13 | 69 | 37 | 52 | 0 | 3B | 104 | 45 | 18 |
| Octal | 57 | 23 | 151 | 67 | 122 | 0 | 73 | 404 | 105 | 30 |
| Binary | 101111 | 10011 | 1101001 | 110111 | 1010010 | 0 | 111011 | 100000100 | 1000101 | 11000 |
Color Harmonies of #2F1369
Complementary color
Monochromatic Colors of #2F1369
Black with #2F1369
Text Example
Text Example
White with #2F1369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1369; }
p { color: rgb(47,19,105); }
H1.HeaderClassName
{
color: #2F1369;
}
.AnyTagClassName
{
color: #2F1369;
}
</style>
background-color css
<style>
a { background-color: #2F1369; }
a { background-color: rgb(47,19,105); }
div.DivClassName
{
background-color: #2F1369;
}
.BgClassName
{
background-color: #2F1369;
}
</style>
border-color css
<style>
span { border-color: #2F1369; }
span { border-color: rgb(47,19,105); }
td.TdClassName
{
border-color: #2F1369;
}
.TagClassName
{
border-color: #2F1369;
}
</style>