Shades of Persian Indigo #2D0F7B
Tints of Persian Indigo #2D0F7B
RGB
CMYK
RGB Variations
Color information
#2D0F7B (or 0x2D0F7B) is known color: Persian Indigo. HEX triplet: 2D, 0F and 7B. RGB value is (45,15,123). Sum of RGB (Red+Green+Blue) = 45+15+123=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D0F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0F7B is #D2F084. Grayscale: #232323. Windows color (decimal): -13824133 or 8064813. OLE color: 8064813.
HSL color Cylindrical-coordinate representation of color #2D0F7B: hue angle of 256.67º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D0F7B is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 15 | 123 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.52 |
| HSL | 256.67º | 0.78% | 0.27% | - |
| HSV(B) | 256.67º | 0.88% | 0.48% | - |
| XYZ | 4.83 | 2.33 | 18.93 | - |
| YUV | 36.28 | 176.94 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 123 | 0.63 | 0.88 | 0 | 0.52 | 256.67 | 0.78 | 0.27 |
| Hex | 2D | F | 7B | 3F | 58 | 0 | 34 | 101 | 4E | 1B |
| Octal | 55 | 17 | 173 | 77 | 130 | 0 | 64 | 401 | 116 | 33 |
| Binary | 101101 | 1111 | 1111011 | 111111 | 1011000 | 0 | 110100 | 100000001 | 1001110 | 11011 |
Color Harmonies of #2D0F7B
Complementary color
Monochromatic Colors of #2D0F7B
Black with #2D0F7B
Text Example
Text Example
White with #2D0F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0F7B; }
p { color: rgb(45,15,123); }
H1.HeaderClassName
{
color: #2D0F7B;
}
.AnyTagClassName
{
color: #2D0F7B;
}
</style>
background-color css
<style>
a { background-color: #2D0F7B; }
a { background-color: rgb(45,15,123); }
div.DivClassName
{
background-color: #2D0F7B;
}
.BgClassName
{
background-color: #2D0F7B;
}
</style>
border-color css
<style>
span { border-color: #2D0F7B; }
span { border-color: rgb(45,15,123); }
td.TdClassName
{
border-color: #2D0F7B;
}
.TagClassName
{
border-color: #2D0F7B;
}
</style>