Shades of Persian Blue #2D2AAA
Tints of Persian Blue #2D2AAA
RGB
CMYK
RGB Variations
Color information
#2D2AAA (or 0x2D2AAA) is known color: Persian Blue. HEX triplet: 2D, 2A and AA. RGB value is (45,42,170). Sum of RGB (Red+Green+Blue) = 45+42+170=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D2AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2AAA is #D2D555. Grayscale: #383838. Windows color (decimal): -13817174 or 11151917. OLE color: 11151917.
HSL color Cylindrical-coordinate representation of color #2D2AAA: hue angle of 241.41º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D2AAA is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 42 | 170 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.33 |
| HSL | 241.41º | 0.6% | 0.42% | - |
| HSV(B) | 241.41º | 0.75% | 0.67% | - |
| XYZ | 9.17 | 5.12 | 38.53 | - |
| YUV | 57.49 | 191.49 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 42 | 170 | 0.74 | 0.75 | 0 | 0.33 | 241.41 | 0.6 | 0.42 |
| Hex | 2D | 2A | AA | 4A | 4B | 0 | 21 | F1 | 3C | 2A |
| Octal | 55 | 52 | 252 | 112 | 113 | 0 | 41 | 361 | 74 | 52 |
| Binary | 101101 | 101010 | 10101010 | 1001010 | 1001011 | 0 | 100001 | 11110001 | 111100 | 101010 |
Color Harmonies of #2D2AAA
Complementary color
Monochromatic Colors of #2D2AAA
Black with #2D2AAA
Text Example
Text Example
White with #2D2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2AAA; }
p { color: rgb(45,42,170); }
H1.HeaderClassName
{
color: #2D2AAA;
}
.AnyTagClassName
{
color: #2D2AAA;
}
</style>
background-color css
<style>
a { background-color: #2D2AAA; }
a { background-color: rgb(45,42,170); }
div.DivClassName
{
background-color: #2D2AAA;
}
.BgClassName
{
background-color: #2D2AAA;
}
</style>
border-color css
<style>
span { border-color: #2D2AAA; }
span { border-color: rgb(45,42,170); }
td.TdClassName
{
border-color: #2D2AAA;
}
.TagClassName
{
border-color: #2D2AAA;
}
</style>