Shades of Persian Blue #2321DA
Tints of Persian Blue #2321DA
RGB
CMYK
RGB Variations
Color information
#2321DA (or 0x2321DA) is known color: Persian Blue. HEX triplet: 23, 21 and DA. RGB value is (35,33,218). Sum of RGB (Red+Green+Blue) = 35+33+218=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #2321DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2321DA is #DCDE25. Grayscale: #353535. Windows color (decimal): -14474790 or 14295331. OLE color: 14295331.
HSL color Cylindrical-coordinate representation of color #2321DA: hue angle of 240.65º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2321DA is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 33 | 218 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.15 |
| HSL | 240.65º | 0.74% | 0.49% | - |
| HSV(B) | 240.65º | 0.85% | 0.85% | - |
| XYZ | 13.89 | 6.51 | 66.85 | - |
| YUV | 54.69 | 220.16 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 218 | 0.84 | 0.85 | 0 | 0.15 | 240.65 | 0.74 | 0.49 |
| Hex | 23 | 21 | DA | 54 | 55 | 0 | F | F1 | 4A | 31 |
| Octal | 43 | 41 | 332 | 124 | 125 | 0 | 17 | 361 | 112 | 61 |
| Binary | 100011 | 100001 | 11011010 | 1010100 | 1010101 | 0 | 1111 | 11110001 | 1001010 | 110001 |
Color Harmonies of #2321DA
Complementary color
Monochromatic Colors of #2321DA
Black with #2321DA
Text Example
Text Example
White with #2321DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2321DA; }
p { color: rgb(35,33,218); }
H1.HeaderClassName
{
color: #2321DA;
}
.AnyTagClassName
{
color: #2321DA;
}
</style>
background-color css
<style>
a { background-color: #2321DA; }
a { background-color: rgb(35,33,218); }
div.DivClassName
{
background-color: #2321DA;
}
.BgClassName
{
background-color: #2321DA;
}
</style>
border-color css
<style>
span { border-color: #2321DA; }
span { border-color: rgb(35,33,218); }
td.TdClassName
{
border-color: #2321DA;
}
.TagClassName
{
border-color: #2321DA;
}
</style>