Shades of Persian Indigo #2F1285
Tints of Persian Indigo #2F1285
RGB
CMYK
RGB Variations
Color information
#2F1285 (or 0x2F1285) is known color: Persian Indigo. HEX triplet: 2F, 12 and 85. RGB value is (47,18,133). Sum of RGB (Red+Green+Blue) = 47+18+133=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F1285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1285 is #D0ED7A. Grayscale: #272727. Windows color (decimal): -13692283 or 8720943. OLE color: 8720943.
HSL color Cylindrical-coordinate representation of color #2F1285: hue angle of 255.13º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F1285 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 47 | 18 | 133 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.48 |
| HSL | 255.13º | 0.76% | 0.3% | - |
| HSV(B) | 255.13º | 0.86% | 0.52% | - |
| XYZ | 5.62 | 2.73 | 22.42 | - |
| YUV | 39.78 | 180.61 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 18 | 133 | 0.65 | 0.86 | 0 | 0.48 | 255.13 | 0.76 | 0.3 |
| Hex | 2F | 12 | 85 | 41 | 56 | 0 | 30 | FF | 4C | 1E |
| Octal | 57 | 22 | 205 | 101 | 126 | 0 | 60 | 377 | 114 | 36 |
| Binary | 101111 | 10010 | 10000101 | 1000001 | 1010110 | 0 | 110000 | 11111111 | 1001100 | 11110 |
Color Harmonies of #2F1285
Complementary color
Monochromatic Colors of #2F1285
Black with #2F1285
Text Example
Text Example
White with #2F1285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1285; }
p { color: rgb(47,18,133); }
H1.HeaderClassName
{
color: #2F1285;
}
.AnyTagClassName
{
color: #2F1285;
}
</style>
background-color css
<style>
a { background-color: #2F1285; }
a { background-color: rgb(47,18,133); }
div.DivClassName
{
background-color: #2F1285;
}
.BgClassName
{
background-color: #2F1285;
}
</style>
border-color css
<style>
span { border-color: #2F1285; }
span { border-color: rgb(47,18,133); }
td.TdClassName
{
border-color: #2F1285;
}
.TagClassName
{
border-color: #2F1285;
}
</style>