Shades of Persian Blue #2A2CDD
Tints of Persian Blue #2A2CDD
RGB
CMYK
RGB Variations
Color information
#2A2CDD (or 0x2A2CDD) is known color: Persian Blue. HEX triplet: 2A, 2C and DD. RGB value is (42,44,221). Sum of RGB (Red+Green+Blue) = 42+44+221=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A2CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2CDD is #D5D322. Grayscale: #3E3E3E. Windows color (decimal): -14013219 or 14494762. OLE color: 14494762.
HSL color Cylindrical-coordinate representation of color #2A2CDD: hue angle of 239.33º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A2CDD is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 44 | 221 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.13 |
| HSL | 239.33º | 0.72% | 0.52% | - |
| HSV(B) | 239.33º | 0.81% | 0.87% | - |
| XYZ | 14.91 | 7.51 | 69.07 | - |
| YUV | 63.58 | 216.84 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 44 | 221 | 0.81 | 0.80 | 0 | 0.13 | 239.33 | 0.72 | 0.52 |
| Hex | 2A | 2C | DD | 51 | 50 | 0 | D | EF | 48 | 34 |
| Octal | 52 | 54 | 335 | 121 | 120 | 0 | 15 | 357 | 110 | 64 |
| Binary | 101010 | 101100 | 11011101 | 1010001 | 1010000 | 0 | 1101 | 11101111 | 1001000 | 110100 |
Color Harmonies of #2A2CDD
Complementary color
Monochromatic Colors of #2A2CDD
Black with #2A2CDD
Text Example
Text Example
White with #2A2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2CDD; }
p { color: rgb(42,44,221); }
H1.HeaderClassName
{
color: #2A2CDD;
}
.AnyTagClassName
{
color: #2A2CDD;
}
</style>
background-color css
<style>
a { background-color: #2A2CDD; }
a { background-color: rgb(42,44,221); }
div.DivClassName
{
background-color: #2A2CDD;
}
.BgClassName
{
background-color: #2A2CDD;
}
</style>
border-color css
<style>
span { border-color: #2A2CDD; }
span { border-color: rgb(42,44,221); }
td.TdClassName
{
border-color: #2A2CDD;
}
.TagClassName
{
border-color: #2A2CDD;
}
</style>