Shades of Persian Blue #2823CF
Tints of Persian Blue #2823CF
RGB
CMYK
RGB Variations
Color information
#2823CF (or 0x2823CF) is known color: Persian Blue. HEX triplet: 28, 23 and CF. RGB value is (40,35,207). Sum of RGB (Red+Green+Blue) = 40+35+207=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #2823CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2823CF is #D7DC30. Grayscale: #373737. Windows color (decimal): -14146609 or 13574952. OLE color: 13574952.
HSL color Cylindrical-coordinate representation of color #2823CF: hue angle of 241.74º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2823CF is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 35 | 207 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.19 |
| HSL | 241.74º | 0.71% | 0.47% | - |
| HSV(B) | 241.74º | 0.83% | 0.81% | - |
| XYZ | 12.74 | 6.16 | 59.55 | - |
| YUV | 56.1 | 213.16 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 207 | 0.81 | 0.83 | 0 | 0.19 | 241.74 | 0.71 | 0.47 |
| Hex | 28 | 23 | CF | 51 | 53 | 0 | 13 | F2 | 47 | 2F |
| Octal | 50 | 43 | 317 | 121 | 123 | 0 | 23 | 362 | 107 | 57 |
| Binary | 101000 | 100011 | 11001111 | 1010001 | 1010011 | 0 | 10011 | 11110010 | 1000111 | 101111 |
Color Harmonies of #2823CF
Complementary color
Monochromatic Colors of #2823CF
Black with #2823CF
Text Example
Text Example
White with #2823CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2823CF; }
p { color: rgb(40,35,207); }
H1.HeaderClassName
{
color: #2823CF;
}
.AnyTagClassName
{
color: #2823CF;
}
</style>
background-color css
<style>
a { background-color: #2823CF; }
a { background-color: rgb(40,35,207); }
div.DivClassName
{
background-color: #2823CF;
}
.BgClassName
{
background-color: #2823CF;
}
</style>
border-color css
<style>
span { border-color: #2823CF; }
span { border-color: rgb(40,35,207); }
td.TdClassName
{
border-color: #2823CF;
}
.TagClassName
{
border-color: #2823CF;
}
</style>