Shades of Persian Indigo #2F148A
Tints of Persian Indigo #2F148A
RGB
CMYK
RGB Variations
Color information
#2F148A (or 0x2F148A) is known color: Persian Indigo. HEX triplet: 2F, 14 and 8A. RGB value is (47,20,138). Sum of RGB (Red+Green+Blue) = 47+20+138=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F148A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F148A is #D0EB75. Grayscale: #292929. Windows color (decimal): -13691766 or 9049135. OLE color: 9049135.
HSL color Cylindrical-coordinate representation of color #2F148A: hue angle of 253.73º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2F148A is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 20 | 138 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.46 |
| HSL | 253.73º | 0.75% | 0.31% | - |
| HSV(B) | 253.73º | 0.86% | 0.54% | - |
| XYZ | 6.01 | 2.94 | 24.3 | - |
| YUV | 41.53 | 182.45 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 138 | 0.66 | 0.86 | 0 | 0.46 | 253.73 | 0.75 | 0.31 |
| Hex | 2F | 14 | 8A | 42 | 56 | 0 | 2E | FE | 4B | 1F |
| Octal | 57 | 24 | 212 | 102 | 126 | 0 | 56 | 376 | 113 | 37 |
| Binary | 101111 | 10100 | 10001010 | 1000010 | 1010110 | 0 | 101110 | 11111110 | 1001011 | 11111 |
Color Harmonies of #2F148A
Complementary color
Monochromatic Colors of #2F148A
Black with #2F148A
Text Example
Text Example
White with #2F148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F148A; }
p { color: rgb(47,20,138); }
H1.HeaderClassName
{
color: #2F148A;
}
.AnyTagClassName
{
color: #2F148A;
}
</style>
background-color css
<style>
a { background-color: #2F148A; }
a { background-color: rgb(47,20,138); }
div.DivClassName
{
background-color: #2F148A;
}
.BgClassName
{
background-color: #2F148A;
}
</style>
border-color css
<style>
span { border-color: #2F148A; }
span { border-color: rgb(47,20,138); }
td.TdClassName
{
border-color: #2F148A;
}
.TagClassName
{
border-color: #2F148A;
}
</style>