Shades of Persian Indigo #2D0378
Tints of Persian Indigo #2D0378
RGB
CMYK
RGB Variations
Color information
#2D0378 (or 0x2D0378) is known color: Persian Indigo. HEX triplet: 2D, 03 and 78. RGB value is (45,3,120). Sum of RGB (Red+Green+Blue) = 45+3+120=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 120 (47.27% from 255 or 71.43% from 168); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D0378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0378 is #D2FC87. Grayscale: #1C1C1C. Windows color (decimal): -13827208 or 7865133. OLE color: 7865133.
HSL color Cylindrical-coordinate representation of color #2D0378: hue angle of 261.54º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D0378 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 3 | 120 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.53 |
| HSL | 261.54º | 0.95% | 0.24% | - |
| HSV(B) | 261.54º | 0.98% | 0.47% | - |
| XYZ | 4.5 | 1.98 | 17.91 | - |
| YUV | 28.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 120 | 0.63 | 0.98 | 0 | 0.53 | 261.54 | 0.95 | 0.24 |
| Hex | 2D | 3 | 78 | 3F | 62 | 0 | 35 | 106 | 5F | 18 |
| Octal | 55 | 3 | 170 | 77 | 142 | 0 | 65 | 406 | 137 | 30 |
| Binary | 101101 | 11 | 1111000 | 111111 | 1100010 | 0 | 110101 | 100000110 | 1011111 | 11000 |
Color Harmonies of #2D0378
Complementary color
Monochromatic Colors of #2D0378
Black with #2D0378
Text Example
Text Example
White with #2D0378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0378; }
p { color: rgb(45,3,120); }
H1.HeaderClassName
{
color: #2D0378;
}
.AnyTagClassName
{
color: #2D0378;
}
</style>
background-color css
<style>
a { background-color: #2D0378; }
a { background-color: rgb(45,3,120); }
div.DivClassName
{
background-color: #2D0378;
}
.BgClassName
{
background-color: #2D0378;
}
</style>
border-color css
<style>
span { border-color: #2D0378; }
span { border-color: rgb(45,3,120); }
td.TdClassName
{
border-color: #2D0378;
}
.TagClassName
{
border-color: #2D0378;
}
</style>