Shades of Persian Blue #2D2BB9
Tints of Persian Blue #2D2BB9
RGB
CMYK
RGB Variations
Color information
#2D2BB9 (or 0x2D2BB9) is known color: Persian Blue. HEX triplet: 2D, 2B and B9. RGB value is (45,43,185). Sum of RGB (Red+Green+Blue) = 45+43+185=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 185 (72.66% from 255 or 67.77% from 273); Max value from RGB is 185 - color contains mainly: blue. Hex color #2D2BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2BB9 is #D2D446. Grayscale: #3B3B3B. Windows color (decimal): -13816903 or 12135213. OLE color: 12135213.
HSL color Cylindrical-coordinate representation of color #2D2BB9: hue angle of 240.85º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D2BB9 is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 43 | 185 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.27 |
| HSL | 240.85º | 0.62% | 0.45% | - |
| HSV(B) | 240.85º | 0.77% | 0.73% | - |
| XYZ | 10.7 | 5.79 | 46.45 | - |
| YUV | 59.79 | 198.66 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 43 | 185 | 0.76 | 0.77 | 0 | 0.27 | 240.85 | 0.62 | 0.45 |
| Hex | 2D | 2B | B9 | 4C | 4D | 0 | 1B | F1 | 3E | 2D |
| Octal | 55 | 53 | 271 | 114 | 115 | 0 | 33 | 361 | 76 | 55 |
| Binary | 101101 | 101011 | 10111001 | 1001100 | 1001101 | 0 | 11011 | 11110001 | 111110 | 101101 |
Color Harmonies of #2D2BB9
Complementary color
Monochromatic Colors of #2D2BB9
Black with #2D2BB9
Text Example
Text Example
White with #2D2BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2BB9; }
p { color: rgb(45,43,185); }
H1.HeaderClassName
{
color: #2D2BB9;
}
.AnyTagClassName
{
color: #2D2BB9;
}
</style>
background-color css
<style>
a { background-color: #2D2BB9; }
a { background-color: rgb(45,43,185); }
div.DivClassName
{
background-color: #2D2BB9;
}
.BgClassName
{
background-color: #2D2BB9;
}
</style>
border-color css
<style>
span { border-color: #2D2BB9; }
span { border-color: rgb(45,43,185); }
td.TdClassName
{
border-color: #2D2BB9;
}
.TagClassName
{
border-color: #2D2BB9;
}
</style>