Shades of Persian Indigo #2F2287
Tints of Persian Indigo #2F2287
RGB
CMYK
RGB Variations
Color information
#2F2287 (or 0x2F2287) is known color: Persian Indigo. HEX triplet: 2F, 22 and 87. RGB value is (47,34,135). Sum of RGB (Red+Green+Blue) = 47+34+135=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F2287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2287 is #D0DD78. Grayscale: #313131. Windows color (decimal): -13688185 or 8856111. OLE color: 8856111.
HSL color Cylindrical-coordinate representation of color #2F2287: hue angle of 247.72º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F2287 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 34 | 135 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.47 |
| HSL | 247.72º | 0.6% | 0.33% | - |
| HSV(B) | 247.72º | 0.75% | 0.53% | - |
| XYZ | 6.12 | 3.5 | 23.27 | - |
| YUV | 49.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 135 | 0.65 | 0.75 | 0 | 0.47 | 247.72 | 0.6 | 0.33 |
| Hex | 2F | 22 | 87 | 41 | 4B | 0 | 2F | F8 | 3C | 21 |
| Octal | 57 | 42 | 207 | 101 | 113 | 0 | 57 | 370 | 74 | 41 |
| Binary | 101111 | 100010 | 10000111 | 1000001 | 1001011 | 0 | 101111 | 11111000 | 111100 | 100001 |
Color Harmonies of #2F2287
Complementary color
Monochromatic Colors of #2F2287
Black with #2F2287
Text Example
Text Example
White with #2F2287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2287; }
p { color: rgb(47,34,135); }
H1.HeaderClassName
{
color: #2F2287;
}
.AnyTagClassName
{
color: #2F2287;
}
</style>
background-color css
<style>
a { background-color: #2F2287; }
a { background-color: rgb(47,34,135); }
div.DivClassName
{
background-color: #2F2287;
}
.BgClassName
{
background-color: #2F2287;
}
</style>
border-color css
<style>
span { border-color: #2F2287; }
span { border-color: rgb(47,34,135); }
td.TdClassName
{
border-color: #2F2287;
}
.TagClassName
{
border-color: #2F2287;
}
</style>