Shades of Persian Indigo #2F0B9C
Tints of Persian Indigo #2F0B9C
RGB
CMYK
RGB Variations
Color information
#2F0B9C (or 0x2F0B9C) is known color: Persian Indigo. HEX triplet: 2F, 0B and 9C. RGB value is (47,11,156). Sum of RGB (Red+Green+Blue) = 47+11+156=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 156 (61.33% from 255 or 72.90% from 214); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F0B9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0B9C is #D0F463. Grayscale: #252525. Windows color (decimal): -13694052 or 10226479. OLE color: 10226479.
HSL color Cylindrical-coordinate representation of color #2F0B9C: hue angle of 254.9º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2F0B9C is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 11 | 156 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.39 |
| HSL | 254.9º | 0.87% | 0.33% | - |
| HSV(B) | 254.9º | 0.93% | 0.61% | - |
| XYZ | 7.29 | 3.24 | 31.69 | - |
| YUV | 38.29 | 194.43 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 11 | 156 | 0.70 | 0.93 | 0 | 0.39 | 254.9 | 0.87 | 0.33 |
| Hex | 2F | B | 9C | 46 | 5D | 0 | 27 | FF | 57 | 21 |
| Octal | 57 | 13 | 234 | 106 | 135 | 0 | 47 | 377 | 127 | 41 |
| Binary | 101111 | 1011 | 10011100 | 1000110 | 1011101 | 0 | 100111 | 11111111 | 1010111 | 100001 |
Color Harmonies of #2F0B9C
Complementary color
Monochromatic Colors of #2F0B9C
Black with #2F0B9C
Text Example
Text Example
White with #2F0B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0B9C; }
p { color: rgb(47,11,156); }
H1.HeaderClassName
{
color: #2F0B9C;
}
.AnyTagClassName
{
color: #2F0B9C;
}
</style>
background-color css
<style>
a { background-color: #2F0B9C; }
a { background-color: rgb(47,11,156); }
div.DivClassName
{
background-color: #2F0B9C;
}
.BgClassName
{
background-color: #2F0B9C;
}
</style>
border-color css
<style>
span { border-color: #2F0B9C; }
span { border-color: rgb(47,11,156); }
td.TdClassName
{
border-color: #2F0B9C;
}
.TagClassName
{
border-color: #2F0B9C;
}
</style>