Shades of Persian Blue #2620BA
Tints of Persian Blue #2620BA
RGB
CMYK
RGB Variations
Color information
#2620BA (or 0x2620BA) is known color: Persian Blue. HEX triplet: 26, 20 and BA. RGB value is (38,32,186). Sum of RGB (Red+Green+Blue) = 38+32+186=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #2620BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2620BA is #D9DF45. Grayscale: #323232. Windows color (decimal): -14278470 or 12197926. OLE color: 12197926.
HSL color Cylindrical-coordinate representation of color #2620BA: hue angle of 242.34º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2620BA is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 32 | 186 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.27 |
| HSL | 242.34º | 0.71% | 0.43% | - |
| HSV(B) | 242.34º | 0.83% | 0.73% | - |
| XYZ | 10.18 | 4.99 | 46.88 | - |
| YUV | 51.35 | 203.99 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 186 | 0.80 | 0.83 | 0 | 0.27 | 242.34 | 0.71 | 0.43 |
| Hex | 26 | 20 | BA | 50 | 53 | 0 | 1B | F2 | 47 | 2B |
| Octal | 46 | 40 | 272 | 120 | 123 | 0 | 33 | 362 | 107 | 53 |
| Binary | 100110 | 100000 | 10111010 | 1010000 | 1010011 | 0 | 11011 | 11110010 | 1000111 | 101011 |
Color Harmonies of #2620BA
Complementary color
Monochromatic Colors of #2620BA
Black with #2620BA
Text Example
Text Example
White with #2620BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2620BA; }
p { color: rgb(38,32,186); }
H1.HeaderClassName
{
color: #2620BA;
}
.AnyTagClassName
{
color: #2620BA;
}
</style>
background-color css
<style>
a { background-color: #2620BA; }
a { background-color: rgb(38,32,186); }
div.DivClassName
{
background-color: #2620BA;
}
.BgClassName
{
background-color: #2620BA;
}
</style>
border-color css
<style>
span { border-color: #2620BA; }
span { border-color: rgb(38,32,186); }
td.TdClassName
{
border-color: #2620BA;
}
.TagClassName
{
border-color: #2620BA;
}
</style>