Shades of Persian Blue #2A17CE
Tints of Persian Blue #2A17CE
RGB
CMYK
RGB Variations
Color information
#2A17CE (or 0x2A17CE) is known color: Persian Blue. HEX triplet: 2A, 17 and CE. RGB value is (42,23,206). Sum of RGB (Red+Green+Blue) = 42+23+206=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A17CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A17CE is #D5E831. Grayscale: #303030. Windows color (decimal): -14018610 or 13506346. OLE color: 13506346.
HSL color Cylindrical-coordinate representation of color #2A17CE: hue angle of 246.23º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A17CE is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 23 | 206 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.19 |
| HSL | 246.23º | 0.8% | 0.45% | - |
| HSV(B) | 246.23º | 0.89% | 0.81% | - |
| XYZ | 12.4 | 5.56 | 58.81 | - |
| YUV | 49.54 | 216.29 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 206 | 0.80 | 0.89 | 0 | 0.19 | 246.23 | 0.8 | 0.45 |
| Hex | 2A | 17 | CE | 50 | 59 | 0 | 13 | F6 | 50 | 2D |
| Octal | 52 | 27 | 316 | 120 | 131 | 0 | 23 | 366 | 120 | 55 |
| Binary | 101010 | 10111 | 11001110 | 1010000 | 1011001 | 0 | 10011 | 11110110 | 1010000 | 101101 |
Color Harmonies of #2A17CE
Complementary color
Monochromatic Colors of #2A17CE
Black with #2A17CE
Text Example
Text Example
White with #2A17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A17CE; }
p { color: rgb(42,23,206); }
H1.HeaderClassName
{
color: #2A17CE;
}
.AnyTagClassName
{
color: #2A17CE;
}
</style>
background-color css
<style>
a { background-color: #2A17CE; }
a { background-color: rgb(42,23,206); }
div.DivClassName
{
background-color: #2A17CE;
}
.BgClassName
{
background-color: #2A17CE;
}
</style>
border-color css
<style>
span { border-color: #2A17CE; }
span { border-color: rgb(42,23,206); }
td.TdClassName
{
border-color: #2A17CE;
}
.TagClassName
{
border-color: #2A17CE;
}
</style>