Shades of Persian Blue #2A23CD
Tints of Persian Blue #2A23CD
RGB
CMYK
RGB Variations
Color information
#2A23CD (or 0x2A23CD) is known color: Persian Blue. HEX triplet: 2A, 23 and CD. RGB value is (42,35,205). Sum of RGB (Red+Green+Blue) = 42+35+205=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A23CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A23CD is #D5DC32. Grayscale: #373737. Windows color (decimal): -14015539 or 13443882. OLE color: 13443882.
HSL color Cylindrical-coordinate representation of color #2A23CD: hue angle of 242.47º degrees, saturation: 0.71, 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 #2A23CD is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 35 | 205 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.20 |
| HSL | 242.47º | 0.71% | 0.47% | - |
| HSV(B) | 242.47º | 0.83% | 0.8% | - |
| XYZ | 12.58 | 6.1 | 58.27 | - |
| YUV | 56.47 | 211.82 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 35 | 205 | 0.80 | 0.83 | 0 | 0.20 | 242.47 | 0.71 | 0.47 |
| Hex | 2A | 23 | CD | 50 | 53 | 0 | 14 | F2 | 47 | 2F |
| Octal | 52 | 43 | 315 | 120 | 123 | 0 | 24 | 362 | 107 | 57 |
| Binary | 101010 | 100011 | 11001101 | 1010000 | 1010011 | 0 | 10100 | 11110010 | 1000111 | 101111 |
Color Harmonies of #2A23CD
Complementary color
Monochromatic Colors of #2A23CD
Black with #2A23CD
Text Example
Text Example
White with #2A23CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A23CD; }
p { color: rgb(42,35,205); }
H1.HeaderClassName
{
color: #2A23CD;
}
.AnyTagClassName
{
color: #2A23CD;
}
</style>
background-color css
<style>
a { background-color: #2A23CD; }
a { background-color: rgb(42,35,205); }
div.DivClassName
{
background-color: #2A23CD;
}
.BgClassName
{
background-color: #2A23CD;
}
</style>
border-color css
<style>
span { border-color: #2A23CD; }
span { border-color: rgb(42,35,205); }
td.TdClassName
{
border-color: #2A23CD;
}
.TagClassName
{
border-color: #2A23CD;
}
</style>