Shades of Persian Blue #261FC0
Tints of Persian Blue #261FC0
RGB
CMYK
RGB Variations
Color information
#261FC0 (or 0x261FC0) is known color: Persian Blue. HEX triplet: 26, 1F and C0. RGB value is (38,31,192). Sum of RGB (Red+Green+Blue) = 38+31+192=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 192 (75.39% from 255 or 73.56% from 261); Max value from RGB is 192 - color contains mainly: blue. Hex color #261FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261FC0 is #D9E03F. Grayscale: #323232. Windows color (decimal): -14278720 or 12590886. OLE color: 12590886.
HSL color Cylindrical-coordinate representation of color #261FC0: hue angle of 242.61º degrees, saturation: 0.72, 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 #261FC0 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 31 | 192 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.25 |
| HSL | 242.61º | 0.72% | 0.44% | - |
| HSV(B) | 242.61º | 0.84% | 0.75% | - |
| XYZ | 10.8 | 5.2 | 50.3 | - |
| YUV | 51.45 | 207.32 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 192 | 0.80 | 0.84 | 0 | 0.25 | 242.61 | 0.72 | 0.44 |
| Hex | 26 | 1F | C0 | 50 | 54 | 0 | 19 | F3 | 48 | 2C |
| Octal | 46 | 37 | 300 | 120 | 124 | 0 | 31 | 363 | 110 | 54 |
| Binary | 100110 | 11111 | 11000000 | 1010000 | 1010100 | 0 | 11001 | 11110011 | 1001000 | 101100 |
Color Harmonies of #261FC0
Complementary color
Monochromatic Colors of #261FC0
Black with #261FC0
Text Example
Text Example
White with #261FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261FC0; }
p { color: rgb(38,31,192); }
H1.HeaderClassName
{
color: #261FC0;
}
.AnyTagClassName
{
color: #261FC0;
}
</style>
background-color css
<style>
a { background-color: #261FC0; }
a { background-color: rgb(38,31,192); }
div.DivClassName
{
background-color: #261FC0;
}
.BgClassName
{
background-color: #261FC0;
}
</style>
border-color css
<style>
span { border-color: #261FC0; }
span { border-color: rgb(38,31,192); }
td.TdClassName
{
border-color: #261FC0;
}
.TagClassName
{
border-color: #261FC0;
}
</style>