Shades of Persian Indigo #2F158A
Tints of Persian Indigo #2F158A
RGB
CMYK
RGB Variations
Color information
#2F158A (or 0x2F158A) is known color: Persian Indigo. HEX triplet: 2F, 15 and 8A. RGB value is (47,21,138). Sum of RGB (Red+Green+Blue) = 47+21+138=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F158A is #D0EA75. Grayscale: #292929. Windows color (decimal): -13691510 or 9049391. OLE color: 9049391.
HSL color Cylindrical-coordinate representation of color #2F158A: hue angle of 253.33º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F158A is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 21 | 138 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.46 |
| HSL | 253.33º | 0.74% | 0.31% | - |
| HSV(B) | 253.33º | 0.85% | 0.54% | - |
| XYZ | 6.03 | 2.98 | 24.3 | - |
| YUV | 42.11 | 182.11 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 138 | 0.66 | 0.85 | 0 | 0.46 | 253.33 | 0.74 | 0.31 |
| Hex | 2F | 15 | 8A | 42 | 55 | 0 | 2E | FD | 4A | 1F |
| Octal | 57 | 25 | 212 | 102 | 125 | 0 | 56 | 375 | 112 | 37 |
| Binary | 101111 | 10101 | 10001010 | 1000010 | 1010101 | 0 | 101110 | 11111101 | 1001010 | 11111 |
Color Harmonies of #2F158A
Complementary color
Monochromatic Colors of #2F158A
Black with #2F158A
Text Example
Text Example
White with #2F158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F158A; }
p { color: rgb(47,21,138); }
H1.HeaderClassName
{
color: #2F158A;
}
.AnyTagClassName
{
color: #2F158A;
}
</style>
background-color css
<style>
a { background-color: #2F158A; }
a { background-color: rgb(47,21,138); }
div.DivClassName
{
background-color: #2F158A;
}
.BgClassName
{
background-color: #2F158A;
}
</style>
border-color css
<style>
span { border-color: #2F158A; }
span { border-color: rgb(47,21,138); }
td.TdClassName
{
border-color: #2F158A;
}
.TagClassName
{
border-color: #2F158A;
}
</style>