Shades of Persian Indigo #2D0360
Tints of Persian Indigo #2D0360
RGB
CMYK
RGB Variations
Color information
#2D0360 (or 0x2D0360) is known color: Persian Indigo. HEX triplet: 2D, 03 and 60. RGB value is (45,3,96). Sum of RGB (Red+Green+Blue) = 45+3+96=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D0360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0360 is #D2FC9F. Grayscale: #191919. Windows color (decimal): -13827232 or 6292269. OLE color: 6292269.
HSL color Cylindrical-coordinate representation of color #2D0360: hue angle of 267.1º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D0360 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 3 | 96 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.62 |
| HSL | 267.1º | 0.94% | 0.19% | - |
| HSV(B) | 267.1º | 0.97% | 0.38% | - |
| XYZ | 3.23 | 1.47 | 11.18 | - |
| YUV | 26.16 | 167.41 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 96 | 0.53 | 0.97 | 0 | 0.62 | 267.1 | 0.94 | 0.19 |
| Hex | 2D | 3 | 60 | 35 | 61 | 0 | 3E | 10B | 5E | 13 |
| Octal | 55 | 3 | 140 | 65 | 141 | 0 | 76 | 413 | 136 | 23 |
| Binary | 101101 | 11 | 1100000 | 110101 | 1100001 | 0 | 111110 | 100001011 | 1011110 | 10011 |
Color Harmonies of #2D0360
Complementary color
Monochromatic Colors of #2D0360
Black with #2D0360
Text Example
Text Example
White with #2D0360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0360; }
p { color: rgb(45,3,96); }
H1.HeaderClassName
{
color: #2D0360;
}
.AnyTagClassName
{
color: #2D0360;
}
</style>
background-color css
<style>
a { background-color: #2D0360; }
a { background-color: rgb(45,3,96); }
div.DivClassName
{
background-color: #2D0360;
}
.BgClassName
{
background-color: #2D0360;
}
</style>
border-color css
<style>
span { border-color: #2D0360; }
span { border-color: rgb(45,3,96); }
td.TdClassName
{
border-color: #2D0360;
}
.TagClassName
{
border-color: #2D0360;
}
</style>