Shades of Persian Indigo #2F2687
Tints of Persian Indigo #2F2687
RGB
CMYK
RGB Variations
Color information
#2F2687 (or 0x2F2687) is known color: Persian Indigo. HEX triplet: 2F, 26 and 87. RGB value is (47,38,135). Sum of RGB (Red+Green+Blue) = 47+38+135=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F2687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2687 is #D0D978. Grayscale: #333333. Windows color (decimal): -13687161 or 8857135. OLE color: 8857135.
HSL color Cylindrical-coordinate representation of color #2F2687: hue angle of 245.57º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F2687 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 38 | 135 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.47 |
| HSL | 245.57º | 0.56% | 0.34% | - |
| HSV(B) | 245.57º | 0.72% | 0.53% | - |
| XYZ | 6.24 | 3.74 | 23.31 | - |
| YUV | 51.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 135 | 0.65 | 0.72 | 0 | 0.47 | 245.57 | 0.56 | 0.34 |
| Hex | 2F | 26 | 87 | 41 | 48 | 0 | 2F | F6 | 38 | 22 |
| Octal | 57 | 46 | 207 | 101 | 110 | 0 | 57 | 366 | 70 | 42 |
| Binary | 101111 | 100110 | 10000111 | 1000001 | 1001000 | 0 | 101111 | 11110110 | 111000 | 100010 |
Color Harmonies of #2F2687
Complementary color
Monochromatic Colors of #2F2687
Black with #2F2687
Text Example
Text Example
White with #2F2687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2687; }
p { color: rgb(47,38,135); }
H1.HeaderClassName
{
color: #2F2687;
}
.AnyTagClassName
{
color: #2F2687;
}
</style>
background-color css
<style>
a { background-color: #2F2687; }
a { background-color: rgb(47,38,135); }
div.DivClassName
{
background-color: #2F2687;
}
.BgClassName
{
background-color: #2F2687;
}
</style>
border-color css
<style>
span { border-color: #2F2687; }
span { border-color: rgb(47,38,135); }
td.TdClassName
{
border-color: #2F2687;
}
.TagClassName
{
border-color: #2F2687;
}
</style>