Shades of Persian Blue #2923AF
Tints of Persian Blue #2923AF
RGB
CMYK
RGB Variations
Color information
#2923AF (or 0x2923AF) is known color: Persian Blue. HEX triplet: 29, 23 and AF. RGB value is (41,35,175). Sum of RGB (Red+Green+Blue) = 41+35+175=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #2923AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2923AF is #D6DC50. Grayscale: #343434. Windows color (decimal): -14081105 or 11477801. OLE color: 11477801.
HSL color Cylindrical-coordinate representation of color #2923AF: hue angle of 242.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2923AF is Cyan = 0.77, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 35 | 175 | - |
| CMYK | 0.77 | 0.8 | 0 | 0.31 |
| HSL | 242.57º | 0.67% | 0.41% | - |
| HSV(B) | 242.57º | 0.8% | 0.69% | - |
| XYZ | 9.25 | 4.77 | 40.99 | - |
| YUV | 52.75 | 196.99 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 35 | 175 | 0.77 | 0.8 | 0 | 0.31 | 242.57 | 0.67 | 0.41 |
| Hex | 29 | 23 | AF | 4D | 50 | 0 | 1F | F3 | 43 | 29 |
| Octal | 51 | 43 | 257 | 115 | 120 | 0 | 37 | 363 | 103 | 51 |
| Binary | 101001 | 100011 | 10101111 | 1001101 | 1010000 | 0 | 11111 | 11110011 | 1000011 | 101001 |
Color Harmonies of #2923AF
Complementary color
Monochromatic Colors of #2923AF
Black with #2923AF
Text Example
Text Example
White with #2923AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2923AF; }
p { color: rgb(41,35,175); }
H1.HeaderClassName
{
color: #2923AF;
}
.AnyTagClassName
{
color: #2923AF;
}
</style>
background-color css
<style>
a { background-color: #2923AF; }
a { background-color: rgb(41,35,175); }
div.DivClassName
{
background-color: #2923AF;
}
.BgClassName
{
background-color: #2923AF;
}
</style>
border-color css
<style>
span { border-color: #2923AF; }
span { border-color: rgb(41,35,175); }
td.TdClassName
{
border-color: #2923AF;
}
.TagClassName
{
border-color: #2923AF;
}
</style>