Shades of Persian Blue #2823AB
Tints of Persian Blue #2823AB
RGB
CMYK
RGB Variations
Color information
#2823AB (or 0x2823AB) is known color: Persian Blue. HEX triplet: 28, 23 and AB. RGB value is (40,35,171). Sum of RGB (Red+Green+Blue) = 40+35+171=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #2823AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2823AB is #D7DC54. Grayscale: #333333. Windows color (decimal): -14146645 or 11215656. OLE color: 11215656.
HSL color Cylindrical-coordinate representation of color #2823AB: hue angle of 242.21º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2823AB is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 35 | 171 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.33 |
| HSL | 242.21º | 0.66% | 0.4% | - |
| HSV(B) | 242.21º | 0.8% | 0.67% | - |
| XYZ | 8.83 | 4.59 | 38.95 | - |
| YUV | 52 | 195.16 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 171 | 0.77 | 0.80 | 0 | 0.33 | 242.21 | 0.66 | 0.4 |
| Hex | 28 | 23 | AB | 4D | 50 | 0 | 21 | F2 | 42 | 28 |
| Octal | 50 | 43 | 253 | 115 | 120 | 0 | 41 | 362 | 102 | 50 |
| Binary | 101000 | 100011 | 10101011 | 1001101 | 1010000 | 0 | 100001 | 11110010 | 1000010 | 101000 |
Color Harmonies of #2823AB
Complementary color
Monochromatic Colors of #2823AB
Black with #2823AB
Text Example
Text Example
White with #2823AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2823AB; }
p { color: rgb(40,35,171); }
H1.HeaderClassName
{
color: #2823AB;
}
.AnyTagClassName
{
color: #2823AB;
}
</style>
background-color css
<style>
a { background-color: #2823AB; }
a { background-color: rgb(40,35,171); }
div.DivClassName
{
background-color: #2823AB;
}
.BgClassName
{
background-color: #2823AB;
}
</style>
border-color css
<style>
span { border-color: #2823AB; }
span { border-color: rgb(40,35,171); }
td.TdClassName
{
border-color: #2823AB;
}
.TagClassName
{
border-color: #2823AB;
}
</style>