Shades of Persian Blue #2620DD
Tints of Persian Blue #2620DD
RGB
CMYK
RGB Variations
Color information
#2620DD (or 0x2620DD) is known color: Persian Blue. HEX triplet: 26, 20 and DD. RGB value is (38,32,221). Sum of RGB (Red+Green+Blue) = 38+32+221=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #2620DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2620DD is #D9DF22. Grayscale: #363636. Windows color (decimal): -14278435 or 14491686. OLE color: 14491686.
HSL color Cylindrical-coordinate representation of color #2620DD: hue angle of 241.9º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2620DD is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 32 | 221 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.13 |
| HSL | 241.9º | 0.75% | 0.5% | - |
| HSV(B) | 241.9º | 0.86% | 0.87% | - |
| XYZ | 14.37 | 6.67 | 68.94 | - |
| YUV | 55.34 | 221.49 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 221 | 0.83 | 0.86 | 0 | 0.13 | 241.9 | 0.75 | 0.5 |
| Hex | 26 | 20 | DD | 53 | 56 | 0 | D | F2 | 4B | 32 |
| Octal | 46 | 40 | 335 | 123 | 126 | 0 | 15 | 362 | 113 | 62 |
| Binary | 100110 | 100000 | 11011101 | 1010011 | 1010110 | 0 | 1101 | 11110010 | 1001011 | 110010 |
Color Harmonies of #2620DD
Complementary color
Monochromatic Colors of #2620DD
Black with #2620DD
Text Example
Text Example
White with #2620DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2620DD; }
p { color: rgb(38,32,221); }
H1.HeaderClassName
{
color: #2620DD;
}
.AnyTagClassName
{
color: #2620DD;
}
</style>
background-color css
<style>
a { background-color: #2620DD; }
a { background-color: rgb(38,32,221); }
div.DivClassName
{
background-color: #2620DD;
}
.BgClassName
{
background-color: #2620DD;
}
</style>
border-color css
<style>
span { border-color: #2620DD; }
span { border-color: rgb(38,32,221); }
td.TdClassName
{
border-color: #2620DD;
}
.TagClassName
{
border-color: #2620DD;
}
</style>