Shades of Persian Indigo #2F0F9C
Tints of Persian Indigo #2F0F9C
RGB
CMYK
RGB Variations
Color information
#2F0F9C (or 0x2F0F9C) is known color: Persian Indigo. HEX triplet: 2F, 0F and 9C. RGB value is (47,15,156). Sum of RGB (Red+Green+Blue) = 47+15+156=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F0F9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0F9C is #D0F063. Grayscale: #282828. Windows color (decimal): -13693028 or 10227503. OLE color: 10227503.
HSL color Cylindrical-coordinate representation of color #2F0F9C: hue angle of 253.62º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2F0F9C is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 15 | 156 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.39 |
| HSL | 253.62º | 0.82% | 0.34% | - |
| HSV(B) | 253.62º | 0.9% | 0.61% | - |
| XYZ | 7.34 | 3.35 | 31.71 | - |
| YUV | 40.64 | 193.1 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 15 | 156 | 0.70 | 0.90 | 0 | 0.39 | 253.62 | 0.82 | 0.34 |
| Hex | 2F | F | 9C | 46 | 5A | 0 | 27 | FE | 52 | 22 |
| Octal | 57 | 17 | 234 | 106 | 132 | 0 | 47 | 376 | 122 | 42 |
| Binary | 101111 | 1111 | 10011100 | 1000110 | 1011010 | 0 | 100111 | 11111110 | 1010010 | 100010 |
Color Harmonies of #2F0F9C
Complementary color
Monochromatic Colors of #2F0F9C
Black with #2F0F9C
Text Example
Text Example
White with #2F0F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0F9C; }
p { color: rgb(47,15,156); }
H1.HeaderClassName
{
color: #2F0F9C;
}
.AnyTagClassName
{
color: #2F0F9C;
}
</style>
background-color css
<style>
a { background-color: #2F0F9C; }
a { background-color: rgb(47,15,156); }
div.DivClassName
{
background-color: #2F0F9C;
}
.BgClassName
{
background-color: #2F0F9C;
}
</style>
border-color css
<style>
span { border-color: #2F0F9C; }
span { border-color: rgb(47,15,156); }
td.TdClassName
{
border-color: #2F0F9C;
}
.TagClassName
{
border-color: #2F0F9C;
}
</style>