Shades of Persian Blue #261CDB
Tints of Persian Blue #261CDB
RGB
CMYK
RGB Variations
Color information
#261CDB (or 0x261CDB) is known color: Persian Blue. HEX triplet: 26, 1C and DB. RGB value is (38,28,219). Sum of RGB (Red+Green+Blue) = 38+28+219=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #261CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261CDB is #D9E324. Grayscale: #343434. Windows color (decimal): -14279461 or 14359590. OLE color: 14359590.
HSL color Cylindrical-coordinate representation of color #261CDB: hue angle of 243.14º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261CDB is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 28 | 219 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.14 |
| HSL | 243.14º | 0.77% | 0.48% | - |
| HSV(B) | 243.14º | 0.87% | 0.86% | - |
| XYZ | 14 | 6.36 | 67.51 | - |
| YUV | 52.76 | 221.81 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 219 | 0.83 | 0.87 | 0 | 0.14 | 243.14 | 0.77 | 0.48 |
| Hex | 26 | 1C | DB | 53 | 57 | 0 | E | F3 | 4D | 30 |
| Octal | 46 | 34 | 333 | 123 | 127 | 0 | 16 | 363 | 115 | 60 |
| Binary | 100110 | 11100 | 11011011 | 1010011 | 1010111 | 0 | 1110 | 11110011 | 1001101 | 110000 |
Color Harmonies of #261CDB
Complementary color
Monochromatic Colors of #261CDB
Black with #261CDB
Text Example
Text Example
White with #261CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261CDB; }
p { color: rgb(38,28,219); }
H1.HeaderClassName
{
color: #261CDB;
}
.AnyTagClassName
{
color: #261CDB;
}
</style>
background-color css
<style>
a { background-color: #261CDB; }
a { background-color: rgb(38,28,219); }
div.DivClassName
{
background-color: #261CDB;
}
.BgClassName
{
background-color: #261CDB;
}
</style>
border-color css
<style>
span { border-color: #261CDB; }
span { border-color: rgb(38,28,219); }
td.TdClassName
{
border-color: #261CDB;
}
.TagClassName
{
border-color: #261CDB;
}
</style>