Shades of Persian Blue #2D1ABA
Tints of Persian Blue #2D1ABA
RGB
CMYK
RGB Variations
Color information
#2D1ABA (or 0x2D1ABA) is known color: Persian Blue. HEX triplet: 2D, 1A and BA. RGB value is (45,26,186). Sum of RGB (Red+Green+Blue) = 45+26+186=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D1ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1ABA is #D2E545. Grayscale: #313131. Windows color (decimal): -13821254 or 12196397. OLE color: 12196397.
HSL color Cylindrical-coordinate representation of color #2D1ABA: hue angle of 247.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D1ABA is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 26 | 186 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.27 |
| HSL | 247.13º | 0.75% | 0.42% | - |
| HSV(B) | 247.13º | 0.86% | 0.73% | - |
| XYZ | 10.31 | 4.84 | 46.85 | - |
| YUV | 49.92 | 204.79 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 186 | 0.76 | 0.86 | 0 | 0.27 | 247.13 | 0.75 | 0.42 |
| Hex | 2D | 1A | BA | 4C | 56 | 0 | 1B | F7 | 4B | 2A |
| Octal | 55 | 32 | 272 | 114 | 126 | 0 | 33 | 367 | 113 | 52 |
| Binary | 101101 | 11010 | 10111010 | 1001100 | 1010110 | 0 | 11011 | 11110111 | 1001011 | 101010 |
Color Harmonies of #2D1ABA
Complementary color
Monochromatic Colors of #2D1ABA
Black with #2D1ABA
Text Example
Text Example
White with #2D1ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1ABA; }
p { color: rgb(45,26,186); }
H1.HeaderClassName
{
color: #2D1ABA;
}
.AnyTagClassName
{
color: #2D1ABA;
}
</style>
background-color css
<style>
a { background-color: #2D1ABA; }
a { background-color: rgb(45,26,186); }
div.DivClassName
{
background-color: #2D1ABA;
}
.BgClassName
{
background-color: #2D1ABA;
}
</style>
border-color css
<style>
span { border-color: #2D1ABA; }
span { border-color: rgb(45,26,186); }
td.TdClassName
{
border-color: #2D1ABA;
}
.TagClassName
{
border-color: #2D1ABA;
}
</style>