Shades of Persian Blue #261EC0
Tints of Persian Blue #261EC0
RGB
CMYK
RGB Variations
Color information
#261EC0 (or 0x261EC0) is known color: Persian Blue. HEX triplet: 26, 1E and C0. RGB value is (38,30,192). Sum of RGB (Red+Green+Blue) = 38+30+192=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 192 (75.39% from 255 or 73.85% from 260); Max value from RGB is 192 - color contains mainly: blue. Hex color #261EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261EC0 is #D9E13F. Grayscale: #323232. Windows color (decimal): -14278976 or 12590630. OLE color: 12590630.
HSL color Cylindrical-coordinate representation of color #261EC0: hue angle of 242.96º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261EC0 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 30 | 192 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.25 |
| HSL | 242.96º | 0.73% | 0.44% | - |
| HSV(B) | 242.96º | 0.84% | 0.75% | - |
| XYZ | 10.78 | 5.15 | 50.29 | - |
| YUV | 50.86 | 207.65 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 192 | 0.80 | 0.84 | 0 | 0.25 | 242.96 | 0.73 | 0.44 |
| Hex | 26 | 1E | C0 | 50 | 54 | 0 | 19 | F3 | 49 | 2C |
| Octal | 46 | 36 | 300 | 120 | 124 | 0 | 31 | 363 | 111 | 54 |
| Binary | 100110 | 11110 | 11000000 | 1010000 | 1010100 | 0 | 11001 | 11110011 | 1001001 | 101100 |
Color Harmonies of #261EC0
Complementary color
Monochromatic Colors of #261EC0
Black with #261EC0
Text Example
Text Example
White with #261EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261EC0; }
p { color: rgb(38,30,192); }
H1.HeaderClassName
{
color: #261EC0;
}
.AnyTagClassName
{
color: #261EC0;
}
</style>
background-color css
<style>
a { background-color: #261EC0; }
a { background-color: rgb(38,30,192); }
div.DivClassName
{
background-color: #261EC0;
}
.BgClassName
{
background-color: #261EC0;
}
</style>
border-color css
<style>
span { border-color: #261EC0; }
span { border-color: rgb(38,30,192); }
td.TdClassName
{
border-color: #261EC0;
}
.TagClassName
{
border-color: #261EC0;
}
</style>