Shades of Persian Blue #2D2ABE
Tints of Persian Blue #2D2ABE
RGB
CMYK
RGB Variations
Color information
#2D2ABE (or 0x2D2ABE) is known color: Persian Blue. HEX triplet: 2D, 2A and BE. RGB value is (45,42,190). Sum of RGB (Red+Green+Blue) = 45+42+190=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D2ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2ABE is #D2D541. Grayscale: #3B3B3B. Windows color (decimal): -13817154 or 12462637. OLE color: 12462637.
HSL color Cylindrical-coordinate representation of color #2D2ABE: hue angle of 241.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D2ABE is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 42 | 190 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.25 |
| HSL | 241.22º | 0.64% | 0.45% | - |
| HSV(B) | 241.22º | 0.78% | 0.75% | - |
| XYZ | 11.2 | 5.93 | 49.27 | - |
| YUV | 59.77 | 201.49 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 42 | 190 | 0.76 | 0.78 | 0 | 0.25 | 241.22 | 0.64 | 0.45 |
| Hex | 2D | 2A | BE | 4C | 4E | 0 | 19 | F1 | 40 | 2D |
| Octal | 55 | 52 | 276 | 114 | 116 | 0 | 31 | 361 | 100 | 55 |
| Binary | 101101 | 101010 | 10111110 | 1001100 | 1001110 | 0 | 11001 | 11110001 | 1000000 | 101101 |
Color Harmonies of #2D2ABE
Complementary color
Monochromatic Colors of #2D2ABE
Black with #2D2ABE
Text Example
Text Example
White with #2D2ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2ABE; }
p { color: rgb(45,42,190); }
H1.HeaderClassName
{
color: #2D2ABE;
}
.AnyTagClassName
{
color: #2D2ABE;
}
</style>
background-color css
<style>
a { background-color: #2D2ABE; }
a { background-color: rgb(45,42,190); }
div.DivClassName
{
background-color: #2D2ABE;
}
.BgClassName
{
background-color: #2D2ABE;
}
</style>
border-color css
<style>
span { border-color: #2D2ABE; }
span { border-color: rgb(45,42,190); }
td.TdClassName
{
border-color: #2D2ABE;
}
.TagClassName
{
border-color: #2D2ABE;
}
</style>