Shades of Persian Indigo #2F0C9A
Tints of Persian Indigo #2F0C9A
RGB
CMYK
RGB Variations
Color information
#2F0C9A (or 0x2F0C9A) is known color: Persian Indigo. HEX triplet: 2F, 0C and 9A. RGB value is (47,12,154). Sum of RGB (Red+Green+Blue) = 47+12+154=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 154 (60.55% from 255 or 72.30% from 213); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F0C9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0C9A is #D0F365. Grayscale: #262626. Windows color (decimal): -13693798 or 10095663. OLE color: 10095663.
HSL color Cylindrical-coordinate representation of color #2F0C9A: hue angle of 254.79º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2F0C9A is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 47 | 12 | 154 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.40 |
| HSL | 254.79º | 0.86% | 0.33% | - |
| HSV(B) | 254.79º | 0.92% | 0.6% | - |
| XYZ | 7.14 | 3.2 | 30.81 | - |
| YUV | 38.65 | 193.1 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 12 | 154 | 0.69 | 0.92 | 0 | 0.40 | 254.79 | 0.86 | 0.33 |
| Hex | 2F | C | 9A | 45 | 5C | 0 | 28 | FF | 56 | 21 |
| Octal | 57 | 14 | 232 | 105 | 134 | 0 | 50 | 377 | 126 | 41 |
| Binary | 101111 | 1100 | 10011010 | 1000101 | 1011100 | 0 | 101000 | 11111111 | 1010110 | 100001 |
Color Harmonies of #2F0C9A
Complementary color
Monochromatic Colors of #2F0C9A
Black with #2F0C9A
Text Example
Text Example
White with #2F0C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0C9A; }
p { color: rgb(47,12,154); }
H1.HeaderClassName
{
color: #2F0C9A;
}
.AnyTagClassName
{
color: #2F0C9A;
}
</style>
background-color css
<style>
a { background-color: #2F0C9A; }
a { background-color: rgb(47,12,154); }
div.DivClassName
{
background-color: #2F0C9A;
}
.BgClassName
{
background-color: #2F0C9A;
}
</style>
border-color css
<style>
span { border-color: #2F0C9A; }
span { border-color: rgb(47,12,154); }
td.TdClassName
{
border-color: #2F0C9A;
}
.TagClassName
{
border-color: #2F0C9A;
}
</style>