Shades of Persian Indigo #2F2394
Tints of Persian Indigo #2F2394
RGB
CMYK
RGB Variations
Color information
#2F2394 (or 0x2F2394) is known color: Persian Indigo. HEX triplet: 2F, 23 and 94. RGB value is (47,35,148). Sum of RGB (Red+Green+Blue) = 47+35+148=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F2394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2394 is #D0DC6B. Grayscale: #333333. Windows color (decimal): -13687916 or 9708335. OLE color: 9708335.
HSL color Cylindrical-coordinate representation of color #2F2394: hue angle of 246.37º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F2394 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 35 | 148 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.42 |
| HSL | 246.37º | 0.62% | 0.36% | - |
| HSV(B) | 246.37º | 0.76% | 0.58% | - |
| XYZ | 7.12 | 3.94 | 28.4 | - |
| YUV | 51.47 | 182.48 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 35 | 148 | 0.68 | 0.76 | 0 | 0.42 | 246.37 | 0.62 | 0.36 |
| Hex | 2F | 23 | 94 | 44 | 4C | 0 | 2A | F6 | 3E | 24 |
| Octal | 57 | 43 | 224 | 104 | 114 | 0 | 52 | 366 | 76 | 44 |
| Binary | 101111 | 100011 | 10010100 | 1000100 | 1001100 | 0 | 101010 | 11110110 | 111110 | 100100 |
Color Harmonies of #2F2394
Complementary color
Monochromatic Colors of #2F2394
Black with #2F2394
Text Example
Text Example
White with #2F2394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2394; }
p { color: rgb(47,35,148); }
H1.HeaderClassName
{
color: #2F2394;
}
.AnyTagClassName
{
color: #2F2394;
}
</style>
background-color css
<style>
a { background-color: #2F2394; }
a { background-color: rgb(47,35,148); }
div.DivClassName
{
background-color: #2F2394;
}
.BgClassName
{
background-color: #2F2394;
}
</style>
border-color css
<style>
span { border-color: #2F2394; }
span { border-color: rgb(47,35,148); }
td.TdClassName
{
border-color: #2F2394;
}
.TagClassName
{
border-color: #2F2394;
}
</style>