Shades of Persian Blue #2A22D6
Tints of Persian Blue #2A22D6
RGB
CMYK
RGB Variations
Color information
#2A22D6 (or 0x2A22D6) is known color: Persian Blue. HEX triplet: 2A, 22 and D6. RGB value is (42,34,214). Sum of RGB (Red+Green+Blue) = 42+34+214=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 214 (83.98% from 255 or 73.79% from 290); Max value from RGB is 214 - color contains mainly: blue. Hex color #2A22D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A22D6 is #D5DD29. Grayscale: #383838. Windows color (decimal): -14015786 or 14033450. OLE color: 14033450.
HSL color Cylindrical-coordinate representation of color #2A22D6: hue angle of 242.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A22D6 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 34 | 214 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.16 |
| HSL | 242.67º | 0.73% | 0.49% | - |
| HSV(B) | 242.67º | 0.84% | 0.84% | - |
| XYZ | 13.66 | 6.49 | 64.15 | - |
| YUV | 56.91 | 216.65 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 214 | 0.80 | 0.84 | 0 | 0.16 | 242.67 | 0.73 | 0.49 |
| Hex | 2A | 22 | D6 | 50 | 54 | 0 | 10 | F3 | 49 | 31 |
| Octal | 52 | 42 | 326 | 120 | 124 | 0 | 20 | 363 | 111 | 61 |
| Binary | 101010 | 100010 | 11010110 | 1010000 | 1010100 | 0 | 10000 | 11110011 | 1001001 | 110001 |
Color Harmonies of #2A22D6
Complementary color
Monochromatic Colors of #2A22D6
Black with #2A22D6
Text Example
Text Example
White with #2A22D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A22D6; }
p { color: rgb(42,34,214); }
H1.HeaderClassName
{
color: #2A22D6;
}
.AnyTagClassName
{
color: #2A22D6;
}
</style>
background-color css
<style>
a { background-color: #2A22D6; }
a { background-color: rgb(42,34,214); }
div.DivClassName
{
background-color: #2A22D6;
}
.BgClassName
{
background-color: #2A22D6;
}
</style>
border-color css
<style>
span { border-color: #2A22D6; }
span { border-color: rgb(42,34,214); }
td.TdClassName
{
border-color: #2A22D6;
}
.TagClassName
{
border-color: #2A22D6;
}
</style>