Shades of Persian Blue #2D21BB
Tints of Persian Blue #2D21BB
RGB
CMYK
RGB Variations
Color information
#2D21BB (or 0x2D21BB) is known color: Persian Blue. HEX triplet: 2D, 21 and BB. RGB value is (45,33,187). Sum of RGB (Red+Green+Blue) = 45+33+187=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D21BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D21BB is #D2DE44. Grayscale: #353535. Windows color (decimal): -13819461 or 12263725. OLE color: 12263725.
HSL color Cylindrical-coordinate representation of color #2D21BB: hue angle of 244.68º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D21BB is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 33 | 187 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.27 |
| HSL | 244.68º | 0.7% | 0.43% | - |
| HSV(B) | 244.68º | 0.82% | 0.73% | - |
| XYZ | 10.6 | 5.23 | 47.47 | - |
| YUV | 54.14 | 202.98 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 187 | 0.76 | 0.82 | 0 | 0.27 | 244.68 | 0.7 | 0.43 |
| Hex | 2D | 21 | BB | 4C | 52 | 0 | 1B | F5 | 46 | 2B |
| Octal | 55 | 41 | 273 | 114 | 122 | 0 | 33 | 365 | 106 | 53 |
| Binary | 101101 | 100001 | 10111011 | 1001100 | 1010010 | 0 | 11011 | 11110101 | 1000110 | 101011 |
Color Harmonies of #2D21BB
Complementary color
Monochromatic Colors of #2D21BB
Black with #2D21BB
Text Example
Text Example
White with #2D21BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D21BB; }
p { color: rgb(45,33,187); }
H1.HeaderClassName
{
color: #2D21BB;
}
.AnyTagClassName
{
color: #2D21BB;
}
</style>
background-color css
<style>
a { background-color: #2D21BB; }
a { background-color: rgb(45,33,187); }
div.DivClassName
{
background-color: #2D21BB;
}
.BgClassName
{
background-color: #2D21BB;
}
</style>
border-color css
<style>
span { border-color: #2D21BB; }
span { border-color: rgb(45,33,187); }
td.TdClassName
{
border-color: #2D21BB;
}
.TagClassName
{
border-color: #2D21BB;
}
</style>