Shades of Persian Blue #2D1EAB
Tints of Persian Blue #2D1EAB
RGB
CMYK
RGB Variations
Color information
#2D1EAB (or 0x2D1EAB) is known color: Persian Blue. HEX triplet: 2D, 1E and AB. RGB value is (45,30,171). Sum of RGB (Red+Green+Blue) = 45+30+171=246 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.29% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D1EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1EAB is #D2E154. Grayscale: #323232. Windows color (decimal): -13820245 or 11214381. OLE color: 11214381.
HSL color Cylindrical-coordinate representation of color #2D1EAB: hue angle of 246.38º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D1EAB is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 30 | 171 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.33 |
| HSL | 246.38º | 0.7% | 0.39% | - |
| HSV(B) | 246.38º | 0.82% | 0.67% | - |
| XYZ | 8.9 | 4.43 | 38.91 | - |
| YUV | 50.56 | 195.97 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 171 | 0.74 | 0.82 | 0 | 0.33 | 246.38 | 0.7 | 0.39 |
| Hex | 2D | 1E | AB | 4A | 52 | 0 | 21 | F6 | 46 | 27 |
| Octal | 55 | 36 | 253 | 112 | 122 | 0 | 41 | 366 | 106 | 47 |
| Binary | 101101 | 11110 | 10101011 | 1001010 | 1010010 | 0 | 100001 | 11110110 | 1000110 | 100111 |
Color Harmonies of #2D1EAB
Complementary color
Monochromatic Colors of #2D1EAB
Black with #2D1EAB
Text Example
Text Example
White with #2D1EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1EAB; }
p { color: rgb(45,30,171); }
H1.HeaderClassName
{
color: #2D1EAB;
}
.AnyTagClassName
{
color: #2D1EAB;
}
</style>
background-color css
<style>
a { background-color: #2D1EAB; }
a { background-color: rgb(45,30,171); }
div.DivClassName
{
background-color: #2D1EAB;
}
.BgClassName
{
background-color: #2D1EAB;
}
</style>
border-color css
<style>
span { border-color: #2D1EAB; }
span { border-color: rgb(45,30,171); }
td.TdClassName
{
border-color: #2D1EAB;
}
.TagClassName
{
border-color: #2D1EAB;
}
</style>