Shades of Persian Blue #2C23AF
Tints of Persian Blue #2C23AF
RGB
CMYK
RGB Variations
Color information
#2C23AF (or 0x2C23AF) is known color: Persian Blue. HEX triplet: 2C, 23 and AF. RGB value is (44,35,175). Sum of RGB (Red+Green+Blue) = 44+35+175=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C23AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C23AF is #D3DC50. Grayscale: #353535. Windows color (decimal): -13884497 or 11477804. OLE color: 11477804.
HSL color Cylindrical-coordinate representation of color #2C23AF: hue angle of 243.86º 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 #2C23AF is Cyan = 0.75, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 35 | 175 | - |
| CMYK | 0.75 | 0.8 | 0 | 0.31 |
| HSL | 243.86º | 0.67% | 0.41% | - |
| HSV(B) | 243.86º | 0.8% | 0.69% | - |
| XYZ | 9.38 | 4.83 | 41 | - |
| YUV | 53.65 | 196.48 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 35 | 175 | 0.75 | 0.8 | 0 | 0.31 | 243.86 | 0.67 | 0.41 |
| Hex | 2C | 23 | AF | 4B | 50 | 0 | 1F | F4 | 43 | 29 |
| Octal | 54 | 43 | 257 | 113 | 120 | 0 | 37 | 364 | 103 | 51 |
| Binary | 101100 | 100011 | 10101111 | 1001011 | 1010000 | 0 | 11111 | 11110100 | 1000011 | 101001 |
Color Harmonies of #2C23AF
Complementary color
Monochromatic Colors of #2C23AF
Black with #2C23AF
Text Example
Text Example
White with #2C23AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C23AF; }
p { color: rgb(44,35,175); }
H1.HeaderClassName
{
color: #2C23AF;
}
.AnyTagClassName
{
color: #2C23AF;
}
</style>
background-color css
<style>
a { background-color: #2C23AF; }
a { background-color: rgb(44,35,175); }
div.DivClassName
{
background-color: #2C23AF;
}
.BgClassName
{
background-color: #2C23AF;
}
</style>
border-color css
<style>
span { border-color: #2C23AF; }
span { border-color: rgb(44,35,175); }
td.TdClassName
{
border-color: #2C23AF;
}
.TagClassName
{
border-color: #2C23AF;
}
</style>