Shades of Persian Blue #261EDF
Tints of Persian Blue #261EDF
RGB
CMYK
RGB Variations
Color information
#261EDF (or 0x261EDF) is known color: Persian Blue. HEX triplet: 26, 1E and DF. RGB value is (38,30,223). Sum of RGB (Red+Green+Blue) = 38+30+223=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #261EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261EDF is #D9E120. Grayscale: #353535. Windows color (decimal): -14278945 or 14622246. OLE color: 14622246.
HSL color Cylindrical-coordinate representation of color #261EDF: hue angle of 242.49º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261EDF is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 30 | 223 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.13 |
| HSL | 242.49º | 0.76% | 0.5% | - |
| HSV(B) | 242.49º | 0.87% | 0.87% | - |
| XYZ | 14.58 | 6.67 | 70.33 | - |
| YUV | 54.39 | 223.15 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 223 | 0.83 | 0.87 | 0 | 0.13 | 242.49 | 0.76 | 0.5 |
| Hex | 26 | 1E | DF | 53 | 57 | 0 | D | F2 | 4C | 32 |
| Octal | 46 | 36 | 337 | 123 | 127 | 0 | 15 | 362 | 114 | 62 |
| Binary | 100110 | 11110 | 11011111 | 1010011 | 1010111 | 0 | 1101 | 11110010 | 1001100 | 110010 |
Color Harmonies of #261EDF
Complementary color
Monochromatic Colors of #261EDF
Black with #261EDF
Text Example
Text Example
White with #261EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261EDF; }
p { color: rgb(38,30,223); }
H1.HeaderClassName
{
color: #261EDF;
}
.AnyTagClassName
{
color: #261EDF;
}
</style>
background-color css
<style>
a { background-color: #261EDF; }
a { background-color: rgb(38,30,223); }
div.DivClassName
{
background-color: #261EDF;
}
.BgClassName
{
background-color: #261EDF;
}
</style>
border-color css
<style>
span { border-color: #261EDF; }
span { border-color: rgb(38,30,223); }
td.TdClassName
{
border-color: #261EDF;
}
.TagClassName
{
border-color: #261EDF;
}
</style>