Shades of Persian Blue #2A22CD
Tints of Persian Blue #2A22CD
RGB
CMYK
RGB Variations
Color information
#2A22CD (or 0x2A22CD) is known color: Persian Blue. HEX triplet: 2A, 22 and CD. RGB value is (42,34,205). Sum of RGB (Red+Green+Blue) = 42+34+205=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A22CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A22CD is #D5DD32. Grayscale: #373737. Windows color (decimal): -14015795 or 13443626. OLE color: 13443626.
HSL color Cylindrical-coordinate representation of color #2A22CD: hue angle of 242.81º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A22CD is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 34 | 205 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.20 |
| HSL | 242.81º | 0.72% | 0.47% | - |
| HSV(B) | 242.81º | 0.83% | 0.8% | - |
| XYZ | 12.55 | 6.04 | 58.26 | - |
| YUV | 55.89 | 212.15 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 205 | 0.80 | 0.83 | 0 | 0.20 | 242.81 | 0.72 | 0.47 |
| Hex | 2A | 22 | CD | 50 | 53 | 0 | 14 | F3 | 48 | 2F |
| Octal | 52 | 42 | 315 | 120 | 123 | 0 | 24 | 363 | 110 | 57 |
| Binary | 101010 | 100010 | 11001101 | 1010000 | 1010011 | 0 | 10100 | 11110011 | 1001000 | 101111 |
Color Harmonies of #2A22CD
Complementary color
Monochromatic Colors of #2A22CD
Black with #2A22CD
Text Example
Text Example
White with #2A22CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A22CD; }
p { color: rgb(42,34,205); }
H1.HeaderClassName
{
color: #2A22CD;
}
.AnyTagClassName
{
color: #2A22CD;
}
</style>
background-color css
<style>
a { background-color: #2A22CD; }
a { background-color: rgb(42,34,205); }
div.DivClassName
{
background-color: #2A22CD;
}
.BgClassName
{
background-color: #2A22CD;
}
</style>
border-color css
<style>
span { border-color: #2A22CD; }
span { border-color: rgb(42,34,205); }
td.TdClassName
{
border-color: #2A22CD;
}
.TagClassName
{
border-color: #2A22CD;
}
</style>