Shades of Persian Blue #261BC9
Tints of Persian Blue #261BC9
RGB
CMYK
RGB Variations
Color information
#261BC9 (or 0x261BC9) is known color: Persian Blue. HEX triplet: 26, 1B and C9. RGB value is (38,27,201). Sum of RGB (Red+Green+Blue) = 38+27+201=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 201 (78.91% from 255 or 75.56% from 266); Max value from RGB is 201 - color contains mainly: blue. Hex color #261BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261BC9 is #D9E436. Grayscale: #313131. Windows color (decimal): -14279735 or 13179686. OLE color: 13179686.
HSL color Cylindrical-coordinate representation of color #261BC9: hue angle of 243.79º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261BC9 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 27 | 201 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.21 |
| HSL | 243.79º | 0.76% | 0.45% | - |
| HSV(B) | 243.79º | 0.87% | 0.79% | - |
| XYZ | 11.73 | 5.41 | 55.68 | - |
| YUV | 50.13 | 213.14 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 201 | 0.81 | 0.87 | 0 | 0.21 | 243.79 | 0.76 | 0.45 |
| Hex | 26 | 1B | C9 | 51 | 57 | 0 | 15 | F4 | 4C | 2D |
| Octal | 46 | 33 | 311 | 121 | 127 | 0 | 25 | 364 | 114 | 55 |
| Binary | 100110 | 11011 | 11001001 | 1010001 | 1010111 | 0 | 10101 | 11110100 | 1001100 | 101101 |
Color Harmonies of #261BC9
Complementary color
Monochromatic Colors of #261BC9
Black with #261BC9
Text Example
Text Example
White with #261BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261BC9; }
p { color: rgb(38,27,201); }
H1.HeaderClassName
{
color: #261BC9;
}
.AnyTagClassName
{
color: #261BC9;
}
</style>
background-color css
<style>
a { background-color: #261BC9; }
a { background-color: rgb(38,27,201); }
div.DivClassName
{
background-color: #261BC9;
}
.BgClassName
{
background-color: #261BC9;
}
</style>
border-color css
<style>
span { border-color: #261BC9; }
span { border-color: rgb(38,27,201); }
td.TdClassName
{
border-color: #261BC9;
}
.TagClassName
{
border-color: #261BC9;
}
</style>