Shades of Persian Blue #261DC0
Tints of Persian Blue #261DC0
RGB
CMYK
RGB Variations
Color information
#261DC0 (or 0x261DC0) is known color: Persian Blue. HEX triplet: 26, 1D and C0. RGB value is (38,29,192). Sum of RGB (Red+Green+Blue) = 38+29+192=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 192 (75.39% from 255 or 74.13% from 259); Max value from RGB is 192 - color contains mainly: blue. Hex color #261DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261DC0 is #D9E23F. Grayscale: #313131. Windows color (decimal): -14279232 or 12590374. OLE color: 12590374.
HSL color Cylindrical-coordinate representation of color #261DC0: hue angle of 243.31º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261DC0 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 29 | 192 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.25 |
| HSL | 243.31º | 0.74% | 0.43% | - |
| HSV(B) | 243.31º | 0.85% | 0.75% | - |
| XYZ | 10.75 | 5.1 | 50.29 | - |
| YUV | 50.27 | 207.98 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 192 | 0.80 | 0.85 | 0 | 0.25 | 243.31 | 0.74 | 0.43 |
| Hex | 26 | 1D | C0 | 50 | 55 | 0 | 19 | F3 | 4A | 2B |
| Octal | 46 | 35 | 300 | 120 | 125 | 0 | 31 | 363 | 112 | 53 |
| Binary | 100110 | 11101 | 11000000 | 1010000 | 1010101 | 0 | 11001 | 11110011 | 1001010 | 101011 |
Color Harmonies of #261DC0
Complementary color
Monochromatic Colors of #261DC0
Black with #261DC0
Text Example
Text Example
White with #261DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261DC0; }
p { color: rgb(38,29,192); }
H1.HeaderClassName
{
color: #261DC0;
}
.AnyTagClassName
{
color: #261DC0;
}
</style>
background-color css
<style>
a { background-color: #261DC0; }
a { background-color: rgb(38,29,192); }
div.DivClassName
{
background-color: #261DC0;
}
.BgClassName
{
background-color: #261DC0;
}
</style>
border-color css
<style>
span { border-color: #261DC0; }
span { border-color: rgb(38,29,192); }
td.TdClassName
{
border-color: #261DC0;
}
.TagClassName
{
border-color: #261DC0;
}
</style>