Shades of Persian Blue #2A24CE
Tints of Persian Blue #2A24CE
RGB
CMYK
RGB Variations
Color information
#2A24CE (or 0x2A24CE) is known color: Persian Blue. HEX triplet: 2A, 24 and CE. RGB value is (42,36,206). Sum of RGB (Red+Green+Blue) = 42+36+206=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A24CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A24CE is #D5DB31. Grayscale: #383838. Windows color (decimal): -14015282 or 13509674. OLE color: 13509674.
HSL color Cylindrical-coordinate representation of color #2A24CE: hue angle of 242.12º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A24CE is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 36 | 206 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.19 |
| HSL | 242.12º | 0.7% | 0.47% | - |
| HSV(B) | 242.12º | 0.83% | 0.81% | - |
| XYZ | 12.73 | 6.21 | 58.92 | - |
| YUV | 57.17 | 211.99 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 206 | 0.80 | 0.83 | 0 | 0.19 | 242.12 | 0.7 | 0.47 |
| Hex | 2A | 24 | CE | 50 | 53 | 0 | 13 | F2 | 46 | 2F |
| Octal | 52 | 44 | 316 | 120 | 123 | 0 | 23 | 362 | 106 | 57 |
| Binary | 101010 | 100100 | 11001110 | 1010000 | 1010011 | 0 | 10011 | 11110010 | 1000110 | 101111 |
Color Harmonies of #2A24CE
Complementary color
Monochromatic Colors of #2A24CE
Black with #2A24CE
Text Example
Text Example
White with #2A24CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A24CE; }
p { color: rgb(42,36,206); }
H1.HeaderClassName
{
color: #2A24CE;
}
.AnyTagClassName
{
color: #2A24CE;
}
</style>
background-color css
<style>
a { background-color: #2A24CE; }
a { background-color: rgb(42,36,206); }
div.DivClassName
{
background-color: #2A24CE;
}
.BgClassName
{
background-color: #2A24CE;
}
</style>
border-color css
<style>
span { border-color: #2A24CE; }
span { border-color: rgb(42,36,206); }
td.TdClassName
{
border-color: #2A24CE;
}
.TagClassName
{
border-color: #2A24CE;
}
</style>