Shades of Persian Indigo #2F188A
Tints of Persian Indigo #2F188A
RGB
CMYK
RGB Variations
Color information
#2F188A (or 0x2F188A) is known color: Persian Indigo. HEX triplet: 2F, 18 and 8A. RGB value is (47,24,138). Sum of RGB (Red+Green+Blue) = 47+24+138=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F188A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F188A is #D0E775. Grayscale: #2B2B2B. Windows color (decimal): -13690742 or 9050159. OLE color: 9050159.
HSL color Cylindrical-coordinate representation of color #2F188A: hue angle of 252.11º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F188A is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 24 | 138 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.46 |
| HSL | 252.11º | 0.7% | 0.32% | - |
| HSV(B) | 252.11º | 0.83% | 0.54% | - |
| XYZ | 6.09 | 3.09 | 24.32 | - |
| YUV | 43.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 138 | 0.66 | 0.83 | 0 | 0.46 | 252.11 | 0.7 | 0.32 |
| Hex | 2F | 18 | 8A | 42 | 53 | 0 | 2E | FC | 46 | 20 |
| Octal | 57 | 30 | 212 | 102 | 123 | 0 | 56 | 374 | 106 | 40 |
| Binary | 101111 | 11000 | 10001010 | 1000010 | 1010011 | 0 | 101110 | 11111100 | 1000110 | 100000 |
Color Harmonies of #2F188A
Complementary color
Monochromatic Colors of #2F188A
Black with #2F188A
Text Example
Text Example
White with #2F188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F188A; }
p { color: rgb(47,24,138); }
H1.HeaderClassName
{
color: #2F188A;
}
.AnyTagClassName
{
color: #2F188A;
}
</style>
background-color css
<style>
a { background-color: #2F188A; }
a { background-color: rgb(47,24,138); }
div.DivClassName
{
background-color: #2F188A;
}
.BgClassName
{
background-color: #2F188A;
}
</style>
border-color css
<style>
span { border-color: #2F188A; }
span { border-color: rgb(47,24,138); }
td.TdClassName
{
border-color: #2F188A;
}
.TagClassName
{
border-color: #2F188A;
}
</style>