Shades of Persian Blue #2D1FAB
Tints of Persian Blue #2D1FAB
RGB
CMYK
RGB Variations
Color information
#2D1FAB (or 0x2D1FAB) is known color: Persian Blue. HEX triplet: 2D, 1F and AB. RGB value is (45,31,171). Sum of RGB (Red+Green+Blue) = 45+31+171=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D1FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1FAB is #D2E054. Grayscale: #323232. Windows color (decimal): -13819989 or 11214637. OLE color: 11214637.
HSL color Cylindrical-coordinate representation of color #2D1FAB: hue angle of 246º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D1FAB is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 31 | 171 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.33 |
| HSL | 246º | 0.69% | 0.4% | - |
| HSV(B) | 246º | 0.82% | 0.67% | - |
| XYZ | 8.92 | 4.48 | 38.92 | - |
| YUV | 51.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 171 | 0.74 | 0.82 | 0 | 0.33 | 246 | 0.69 | 0.4 |
| Hex | 2D | 1F | AB | 4A | 52 | 0 | 21 | F6 | 45 | 28 |
| Octal | 55 | 37 | 253 | 112 | 122 | 0 | 41 | 366 | 105 | 50 |
| Binary | 101101 | 11111 | 10101011 | 1001010 | 1010010 | 0 | 100001 | 11110110 | 1000101 | 101000 |
Color Harmonies of #2D1FAB
Complementary color
Monochromatic Colors of #2D1FAB
Black with #2D1FAB
Text Example
Text Example
White with #2D1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1FAB; }
p { color: rgb(45,31,171); }
H1.HeaderClassName
{
color: #2D1FAB;
}
.AnyTagClassName
{
color: #2D1FAB;
}
</style>
background-color css
<style>
a { background-color: #2D1FAB; }
a { background-color: rgb(45,31,171); }
div.DivClassName
{
background-color: #2D1FAB;
}
.BgClassName
{
background-color: #2D1FAB;
}
</style>
border-color css
<style>
span { border-color: #2D1FAB; }
span { border-color: rgb(45,31,171); }
td.TdClassName
{
border-color: #2D1FAB;
}
.TagClassName
{
border-color: #2D1FAB;
}
</style>