Shades of Persian Blue #2D2BB2
Tints of Persian Blue #2D2BB2
RGB
CMYK
RGB Variations
Color information
#2D2BB2 (or 0x2D2BB2) is known color: Persian Blue. HEX triplet: 2D, 2B and B2. RGB value is (45,43,178). Sum of RGB (Red+Green+Blue) = 45+43+178=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 178 (69.92% from 255 or 66.92% from 266); Max value from RGB is 178 - color contains mainly: blue. Hex color #2D2BB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2BB2 is #D2D44D. Grayscale: #3A3A3A. Windows color (decimal): -13816910 or 11676461. OLE color: 11676461.
HSL color Cylindrical-coordinate representation of color #2D2BB2: hue angle of 240.89º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D2BB2 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 43 | 178 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.30 |
| HSL | 240.89º | 0.61% | 0.43% | - |
| HSV(B) | 240.89º | 0.76% | 0.7% | - |
| XYZ | 9.98 | 5.5 | 42.65 | - |
| YUV | 58.99 | 195.16 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 43 | 178 | 0.75 | 0.76 | 0 | 0.30 | 240.89 | 0.61 | 0.43 |
| Hex | 2D | 2B | B2 | 4B | 4C | 0 | 1E | F1 | 3D | 2B |
| Octal | 55 | 53 | 262 | 113 | 114 | 0 | 36 | 361 | 75 | 53 |
| Binary | 101101 | 101011 | 10110010 | 1001011 | 1001100 | 0 | 11110 | 11110001 | 111101 | 101011 |
Color Harmonies of #2D2BB2
Complementary color
Monochromatic Colors of #2D2BB2
Black with #2D2BB2
Text Example
Text Example
White with #2D2BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2BB2; }
p { color: rgb(45,43,178); }
H1.HeaderClassName
{
color: #2D2BB2;
}
.AnyTagClassName
{
color: #2D2BB2;
}
</style>
background-color css
<style>
a { background-color: #2D2BB2; }
a { background-color: rgb(45,43,178); }
div.DivClassName
{
background-color: #2D2BB2;
}
.BgClassName
{
background-color: #2D2BB2;
}
</style>
border-color css
<style>
span { border-color: #2D2BB2; }
span { border-color: rgb(45,43,178); }
td.TdClassName
{
border-color: #2D2BB2;
}
.TagClassName
{
border-color: #2D2BB2;
}
</style>