Shades of Persian Blue #261BCB
Tints of Persian Blue #261BCB
RGB
CMYK
RGB Variations
Color information
#261BCB (or 0x261BCB) is known color: Persian Blue. HEX triplet: 26, 1B and CB. RGB value is (38,27,203). Sum of RGB (Red+Green+Blue) = 38+27+203=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #261BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261BCB is #D9E434. Grayscale: #313131. Windows color (decimal): -14279733 or 13310758. OLE color: 13310758.
HSL color Cylindrical-coordinate representation of color #261BCB: hue angle of 243.75º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261BCB is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 27 | 203 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.20 |
| HSL | 243.75º | 0.77% | 0.45% | - |
| HSV(B) | 243.75º | 0.87% | 0.8% | - |
| XYZ | 11.97 | 5.51 | 56.93 | - |
| YUV | 50.35 | 214.14 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 203 | 0.81 | 0.87 | 0 | 0.20 | 243.75 | 0.77 | 0.45 |
| Hex | 26 | 1B | CB | 51 | 57 | 0 | 14 | F4 | 4D | 2D |
| Octal | 46 | 33 | 313 | 121 | 127 | 0 | 24 | 364 | 115 | 55 |
| Binary | 100110 | 11011 | 11001011 | 1010001 | 1010111 | 0 | 10100 | 11110100 | 1001101 | 101101 |
Color Harmonies of #261BCB
Complementary color
Monochromatic Colors of #261BCB
Black with #261BCB
Text Example
Text Example
White with #261BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261BCB; }
p { color: rgb(38,27,203); }
H1.HeaderClassName
{
color: #261BCB;
}
.AnyTagClassName
{
color: #261BCB;
}
</style>
background-color css
<style>
a { background-color: #261BCB; }
a { background-color: rgb(38,27,203); }
div.DivClassName
{
background-color: #261BCB;
}
.BgClassName
{
background-color: #261BCB;
}
</style>
border-color css
<style>
span { border-color: #261BCB; }
span { border-color: rgb(38,27,203); }
td.TdClassName
{
border-color: #261BCB;
}
.TagClassName
{
border-color: #261BCB;
}
</style>