Shades of Persian Blue #2620DB
Tints of Persian Blue #2620DB
RGB
CMYK
RGB Variations
Color information
#2620DB (or 0x2620DB) is known color: Persian Blue. HEX triplet: 26, 20 and DB. RGB value is (38,32,219). Sum of RGB (Red+Green+Blue) = 38+32+219=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #2620DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2620DB is #D9DF24. Grayscale: #363636. Windows color (decimal): -14278437 or 14360614. OLE color: 14360614.
HSL color Cylindrical-coordinate representation of color #2620DB: hue angle of 241.93º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2620DB is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 32 | 219 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.14 |
| HSL | 241.93º | 0.75% | 0.49% | - |
| HSV(B) | 241.93º | 0.85% | 0.86% | - |
| XYZ | 14.1 | 6.56 | 67.54 | - |
| YUV | 55.11 | 220.49 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 219 | 0.83 | 0.85 | 0 | 0.14 | 241.93 | 0.75 | 0.49 |
| Hex | 26 | 20 | DB | 53 | 55 | 0 | E | F2 | 4B | 31 |
| Octal | 46 | 40 | 333 | 123 | 125 | 0 | 16 | 362 | 113 | 61 |
| Binary | 100110 | 100000 | 11011011 | 1010011 | 1010101 | 0 | 1110 | 11110010 | 1001011 | 110001 |
Color Harmonies of #2620DB
Complementary color
Monochromatic Colors of #2620DB
Black with #2620DB
Text Example
Text Example
White with #2620DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2620DB; }
p { color: rgb(38,32,219); }
H1.HeaderClassName
{
color: #2620DB;
}
.AnyTagClassName
{
color: #2620DB;
}
</style>
background-color css
<style>
a { background-color: #2620DB; }
a { background-color: rgb(38,32,219); }
div.DivClassName
{
background-color: #2620DB;
}
.BgClassName
{
background-color: #2620DB;
}
</style>
border-color css
<style>
span { border-color: #2620DB; }
span { border-color: rgb(38,32,219); }
td.TdClassName
{
border-color: #2620DB;
}
.TagClassName
{
border-color: #2620DB;
}
</style>