Shades of Persian Indigo #2F198A
Tints of Persian Indigo #2F198A
RGB
CMYK
RGB Variations
Color information
#2F198A (or 0x2F198A) is known color: Persian Indigo. HEX triplet: 2F, 19 and 8A. RGB value is (47,25,138). Sum of RGB (Red+Green+Blue) = 47+25+138=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F198A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F198A is #D0E675. Grayscale: #2C2C2C. Windows color (decimal): -13690486 or 9050415. OLE color: 9050415.
HSL color Cylindrical-coordinate representation of color #2F198A: hue angle of 251.68º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F198A is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 25 | 138 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.46 |
| HSL | 251.68º | 0.69% | 0.32% | - |
| HSV(B) | 251.68º | 0.82% | 0.54% | - |
| XYZ | 6.11 | 3.13 | 24.33 | - |
| YUV | 44.46 | 180.79 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 138 | 0.66 | 0.82 | 0 | 0.46 | 251.68 | 0.69 | 0.32 |
| Hex | 2F | 19 | 8A | 42 | 52 | 0 | 2E | FC | 45 | 20 |
| Octal | 57 | 31 | 212 | 102 | 122 | 0 | 56 | 374 | 105 | 40 |
| Binary | 101111 | 11001 | 10001010 | 1000010 | 1010010 | 0 | 101110 | 11111100 | 1000101 | 100000 |
Color Harmonies of #2F198A
Complementary color
Monochromatic Colors of #2F198A
Black with #2F198A
Text Example
Text Example
White with #2F198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F198A; }
p { color: rgb(47,25,138); }
H1.HeaderClassName
{
color: #2F198A;
}
.AnyTagClassName
{
color: #2F198A;
}
</style>
background-color css
<style>
a { background-color: #2F198A; }
a { background-color: rgb(47,25,138); }
div.DivClassName
{
background-color: #2F198A;
}
.BgClassName
{
background-color: #2F198A;
}
</style>
border-color css
<style>
span { border-color: #2F198A; }
span { border-color: rgb(47,25,138); }
td.TdClassName
{
border-color: #2F198A;
}
.TagClassName
{
border-color: #2F198A;
}
</style>