Shades of Persian Indigo #2F168A
Tints of Persian Indigo #2F168A
RGB
CMYK
RGB Variations
Color information
#2F168A (or 0x2F168A) is known color: Persian Indigo. HEX triplet: 2F, 16 and 8A. RGB value is (47,22,138). Sum of RGB (Red+Green+Blue) = 47+22+138=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F168A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F168A is #D0E975. Grayscale: #2A2A2A. Windows color (decimal): -13691254 or 9049647. OLE color: 9049647.
HSL color Cylindrical-coordinate representation of color #2F168A: hue angle of 252.93º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F168A is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 22 | 138 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.46 |
| HSL | 252.93º | 0.73% | 0.31% | - |
| HSV(B) | 252.93º | 0.84% | 0.54% | - |
| XYZ | 6.05 | 3.01 | 24.31 | - |
| YUV | 42.7 | 181.78 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 22 | 138 | 0.66 | 0.84 | 0 | 0.46 | 252.93 | 0.73 | 0.31 |
| Hex | 2F | 16 | 8A | 42 | 54 | 0 | 2E | FD | 48 | 1F |
| Octal | 57 | 26 | 212 | 102 | 124 | 0 | 56 | 375 | 110 | 37 |
| Binary | 101111 | 10110 | 10001010 | 1000010 | 1010100 | 0 | 101110 | 11111101 | 1001000 | 11111 |
Color Harmonies of #2F168A
Complementary color
Monochromatic Colors of #2F168A
Black with #2F168A
Text Example
Text Example
White with #2F168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F168A; }
p { color: rgb(47,22,138); }
H1.HeaderClassName
{
color: #2F168A;
}
.AnyTagClassName
{
color: #2F168A;
}
</style>
background-color css
<style>
a { background-color: #2F168A; }
a { background-color: rgb(47,22,138); }
div.DivClassName
{
background-color: #2F168A;
}
.BgClassName
{
background-color: #2F168A;
}
</style>
border-color css
<style>
span { border-color: #2F168A; }
span { border-color: rgb(47,22,138); }
td.TdClassName
{
border-color: #2F168A;
}
.TagClassName
{
border-color: #2F168A;
}
</style>