Shades of Persian Blue #261DDD
Tints of Persian Blue #261DDD
RGB
CMYK
RGB Variations
Color information
#261DDD (or 0x261DDD) is known color: Persian Blue. HEX triplet: 26, 1D and DD. RGB value is (38,29,221). Sum of RGB (Red+Green+Blue) = 38+29+221=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #261DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261DDD is #D9E222. Grayscale: #343434. Windows color (decimal): -14279203 or 14490918. OLE color: 14490918.
HSL color Cylindrical-coordinate representation of color #261DDD: hue angle of 242.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261DDD is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 29 | 221 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.13 |
| HSL | 242.81º | 0.77% | 0.49% | - |
| HSV(B) | 242.81º | 0.87% | 0.87% | - |
| XYZ | 14.29 | 6.51 | 68.91 | - |
| YUV | 53.58 | 222.48 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 221 | 0.83 | 0.87 | 0 | 0.13 | 242.81 | 0.77 | 0.49 |
| Hex | 26 | 1D | DD | 53 | 57 | 0 | D | F3 | 4D | 31 |
| Octal | 46 | 35 | 335 | 123 | 127 | 0 | 15 | 363 | 115 | 61 |
| Binary | 100110 | 11101 | 11011101 | 1010011 | 1010111 | 0 | 1101 | 11110011 | 1001101 | 110001 |
Color Harmonies of #261DDD
Complementary color
Monochromatic Colors of #261DDD
Black with #261DDD
Text Example
Text Example
White with #261DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261DDD; }
p { color: rgb(38,29,221); }
H1.HeaderClassName
{
color: #261DDD;
}
.AnyTagClassName
{
color: #261DDD;
}
</style>
background-color css
<style>
a { background-color: #261DDD; }
a { background-color: rgb(38,29,221); }
div.DivClassName
{
background-color: #261DDD;
}
.BgClassName
{
background-color: #261DDD;
}
</style>
border-color css
<style>
span { border-color: #261DDD; }
span { border-color: rgb(38,29,221); }
td.TdClassName
{
border-color: #261DDD;
}
.TagClassName
{
border-color: #261DDD;
}
</style>