Shades of Persian Blue #261DDF
Tints of Persian Blue #261DDF
RGB
CMYK
RGB Variations
Color information
#261DDF (or 0x261DDF) is known color: Persian Blue. HEX triplet: 26, 1D and DF. RGB value is (38,29,223). Sum of RGB (Red+Green+Blue) = 38+29+223=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #261DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261DDF is #D9E220. Grayscale: #353535. Windows color (decimal): -14279201 or 14621990. OLE color: 14621990.
HSL color Cylindrical-coordinate representation of color #261DDF: hue angle of 242.78º 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 #261DDF is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 29 | 223 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.13 |
| HSL | 242.78º | 0.77% | 0.49% | - |
| HSV(B) | 242.78º | 0.87% | 0.87% | - |
| XYZ | 14.56 | 6.62 | 70.32 | - |
| YUV | 53.81 | 223.48 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 223 | 0.83 | 0.87 | 0 | 0.13 | 242.78 | 0.77 | 0.49 |
| Hex | 26 | 1D | DF | 53 | 57 | 0 | D | F3 | 4D | 31 |
| Octal | 46 | 35 | 337 | 123 | 127 | 0 | 15 | 363 | 115 | 61 |
| Binary | 100110 | 11101 | 11011111 | 1010011 | 1010111 | 0 | 1101 | 11110011 | 1001101 | 110001 |
Color Harmonies of #261DDF
Complementary color
Monochromatic Colors of #261DDF
Black with #261DDF
Text Example
Text Example
White with #261DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261DDF; }
p { color: rgb(38,29,223); }
H1.HeaderClassName
{
color: #261DDF;
}
.AnyTagClassName
{
color: #261DDF;
}
</style>
background-color css
<style>
a { background-color: #261DDF; }
a { background-color: rgb(38,29,223); }
div.DivClassName
{
background-color: #261DDF;
}
.BgClassName
{
background-color: #261DDF;
}
</style>
border-color css
<style>
span { border-color: #261DDF; }
span { border-color: rgb(38,29,223); }
td.TdClassName
{
border-color: #261DDF;
}
.TagClassName
{
border-color: #261DDF;
}
</style>