Shades of Persian Indigo #2F248F
Tints of Persian Indigo #2F248F
RGB
CMYK
RGB Variations
Color information
#2F248F (or 0x2F248F) is known color: Persian Indigo. HEX triplet: 2F, 24 and 8F. RGB value is (47,36,143). Sum of RGB (Red+Green+Blue) = 47+36+143=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 143 (56.25% from 255 or 63.27% from 226); Max value from RGB is 143 - color contains mainly: blue. Hex color #2F248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F248F is #D0DB70. Grayscale: #333333. Windows color (decimal): -13687665 or 9380911. OLE color: 9380911.
HSL color Cylindrical-coordinate representation of color #2F248F: hue angle of 246.17º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F248F is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 36 | 143 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.44 |
| HSL | 246.17º | 0.6% | 0.35% | - |
| HSV(B) | 246.17º | 0.75% | 0.56% | - |
| XYZ | 6.76 | 3.85 | 26.37 | - |
| YUV | 51.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 143 | 0.67 | 0.75 | 0 | 0.44 | 246.17 | 0.6 | 0.35 |
| Hex | 2F | 24 | 8F | 43 | 4B | 0 | 2C | F6 | 3C | 23 |
| Octal | 57 | 44 | 217 | 103 | 113 | 0 | 54 | 366 | 74 | 43 |
| Binary | 101111 | 100100 | 10001111 | 1000011 | 1001011 | 0 | 101100 | 11110110 | 111100 | 100011 |
Color Harmonies of #2F248F
Complementary color
Monochromatic Colors of #2F248F
Black with #2F248F
Text Example
Text Example
White with #2F248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F248F; }
p { color: rgb(47,36,143); }
H1.HeaderClassName
{
color: #2F248F;
}
.AnyTagClassName
{
color: #2F248F;
}
</style>
background-color css
<style>
a { background-color: #2F248F; }
a { background-color: rgb(47,36,143); }
div.DivClassName
{
background-color: #2F248F;
}
.BgClassName
{
background-color: #2F248F;
}
</style>
border-color css
<style>
span { border-color: #2F248F; }
span { border-color: rgb(47,36,143); }
td.TdClassName
{
border-color: #2F248F;
}
.TagClassName
{
border-color: #2F248F;
}
</style>