Shades of Persian Blue #261FCB
Tints of Persian Blue #261FCB
RGB
CMYK
RGB Variations
Color information
#261FCB (or 0x261FCB) is known color: Persian Blue. HEX triplet: 26, 1F and CB. RGB value is (38,31,203). Sum of RGB (Red+Green+Blue) = 38+31+203=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 203 (79.69% from 255 or 74.63% from 272); Max value from RGB is 203 - color contains mainly: blue. Hex color #261FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261FCB is #D9E034. Grayscale: #343434. Windows color (decimal): -14278709 or 13311782. OLE color: 13311782.
HSL color Cylindrical-coordinate representation of color #261FCB: hue angle of 242.44º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261FCB is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 31 | 203 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.20 |
| HSL | 242.44º | 0.74% | 0.46% | - |
| HSV(B) | 242.44º | 0.85% | 0.8% | - |
| XYZ | 12.07 | 5.7 | 56.96 | - |
| YUV | 52.7 | 212.82 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 203 | 0.81 | 0.85 | 0 | 0.20 | 242.44 | 0.74 | 0.46 |
| Hex | 26 | 1F | CB | 51 | 55 | 0 | 14 | F2 | 4A | 2E |
| Octal | 46 | 37 | 313 | 121 | 125 | 0 | 24 | 362 | 112 | 56 |
| Binary | 100110 | 11111 | 11001011 | 1010001 | 1010101 | 0 | 10100 | 11110010 | 1001010 | 101110 |
Color Harmonies of #261FCB
Complementary color
Monochromatic Colors of #261FCB
Black with #261FCB
Text Example
Text Example
White with #261FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261FCB; }
p { color: rgb(38,31,203); }
H1.HeaderClassName
{
color: #261FCB;
}
.AnyTagClassName
{
color: #261FCB;
}
</style>
background-color css
<style>
a { background-color: #261FCB; }
a { background-color: rgb(38,31,203); }
div.DivClassName
{
background-color: #261FCB;
}
.BgClassName
{
background-color: #261FCB;
}
</style>
border-color css
<style>
span { border-color: #261FCB; }
span { border-color: rgb(38,31,203); }
td.TdClassName
{
border-color: #261FCB;
}
.TagClassName
{
border-color: #261FCB;
}
</style>