Shades of Persian Indigo #2F228A
Tints of Persian Indigo #2F228A
RGB
CMYK
RGB Variations
Color information
#2F228A (or 0x2F228A) is known color: Persian Indigo. HEX triplet: 2F, 22 and 8A. RGB value is (47,34,138). Sum of RGB (Red+Green+Blue) = 47+34+138=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F228A is #D0DD75. Grayscale: #313131. Windows color (decimal): -13688182 or 9052719. OLE color: 9052719.
HSL color Cylindrical-coordinate representation of color #2F228A: hue angle of 247.5º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F228A is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 34 | 138 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.46 |
| HSL | 247.5º | 0.6% | 0.34% | - |
| HSV(B) | 247.5º | 0.75% | 0.54% | - |
| XYZ | 6.33 | 3.58 | 24.4 | - |
| YUV | 49.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 138 | 0.66 | 0.75 | 0 | 0.46 | 247.5 | 0.6 | 0.34 |
| Hex | 2F | 22 | 8A | 42 | 4B | 0 | 2E | F8 | 3C | 22 |
| Octal | 57 | 42 | 212 | 102 | 113 | 0 | 56 | 370 | 74 | 42 |
| Binary | 101111 | 100010 | 10001010 | 1000010 | 1001011 | 0 | 101110 | 11111000 | 111100 | 100010 |
Color Harmonies of #2F228A
Complementary color
Monochromatic Colors of #2F228A
Black with #2F228A
Text Example
Text Example
White with #2F228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F228A; }
p { color: rgb(47,34,138); }
H1.HeaderClassName
{
color: #2F228A;
}
.AnyTagClassName
{
color: #2F228A;
}
</style>
background-color css
<style>
a { background-color: #2F228A; }
a { background-color: rgb(47,34,138); }
div.DivClassName
{
background-color: #2F228A;
}
.BgClassName
{
background-color: #2F228A;
}
</style>
border-color css
<style>
span { border-color: #2F228A; }
span { border-color: rgb(47,34,138); }
td.TdClassName
{
border-color: #2F228A;
}
.TagClassName
{
border-color: #2F228A;
}
</style>