Shades of Persian Indigo #2F0388
Tints of Persian Indigo #2F0388
RGB
CMYK
RGB Variations
Color information
#2F0388 (or 0x2F0388) is known color: Persian Indigo. HEX triplet: 2F, 03 and 88. RGB value is (47,3,136). Sum of RGB (Red+Green+Blue) = 47+3+136=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 136 (53.52% from 255 or 73.12% from 186); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F0388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0388 is #D0FC77. Grayscale: #1E1E1E. Windows color (decimal): -13696120 or 8913711. OLE color: 8913711.
HSL color Cylindrical-coordinate representation of color #2F0388: hue angle of 259.85º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F0388 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 3 | 136 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.47 |
| HSL | 259.85º | 0.96% | 0.27% | - |
| HSV(B) | 259.85º | 0.98% | 0.53% | - |
| XYZ | 5.65 | 2.45 | 23.47 | - |
| YUV | 31.32 | 187.08 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 3 | 136 | 0.65 | 0.98 | 0 | 0.47 | 259.85 | 0.96 | 0.27 |
| Hex | 2F | 3 | 88 | 41 | 62 | 0 | 2F | 104 | 60 | 1B |
| Octal | 57 | 3 | 210 | 101 | 142 | 0 | 57 | 404 | 140 | 33 |
| Binary | 101111 | 11 | 10001000 | 1000001 | 1100010 | 0 | 101111 | 100000100 | 1100000 | 11011 |
Color Harmonies of #2F0388
Complementary color
Monochromatic Colors of #2F0388
Black with #2F0388
Text Example
Text Example
White with #2F0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0388; }
p { color: rgb(47,3,136); }
H1.HeaderClassName
{
color: #2F0388;
}
.AnyTagClassName
{
color: #2F0388;
}
</style>
background-color css
<style>
a { background-color: #2F0388; }
a { background-color: rgb(47,3,136); }
div.DivClassName
{
background-color: #2F0388;
}
.BgClassName
{
background-color: #2F0388;
}
</style>
border-color css
<style>
span { border-color: #2F0388; }
span { border-color: rgb(47,3,136); }
td.TdClassName
{
border-color: #2F0388;
}
.TagClassName
{
border-color: #2F0388;
}
</style>