Shades of Persian Blue #261BC4
Tints of Persian Blue #261BC4
RGB
CMYK
RGB Variations
Color information
#261BC4 (or 0x261BC4) is known color: Persian Blue. HEX triplet: 26, 1B and C4. RGB value is (38,27,196). Sum of RGB (Red+Green+Blue) = 38+27+196=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 196 (76.95% from 255 or 75.10% from 261); Max value from RGB is 196 - color contains mainly: blue. Hex color #261BC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261BC4 is #D9E43B. Grayscale: #303030. Windows color (decimal): -14279740 or 12852006. OLE color: 12852006.
HSL color Cylindrical-coordinate representation of color #261BC4: hue angle of 243.91º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #261BC4 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 27 | 196 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.23 |
| HSL | 243.91º | 0.76% | 0.44% | - |
| HSV(B) | 243.91º | 0.86% | 0.77% | - |
| XYZ | 11.16 | 5.18 | 52.64 | - |
| YUV | 49.56 | 210.64 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 196 | 0.81 | 0.86 | 0 | 0.23 | 243.91 | 0.76 | 0.44 |
| Hex | 26 | 1B | C4 | 51 | 56 | 0 | 17 | F4 | 4C | 2C |
| Octal | 46 | 33 | 304 | 121 | 126 | 0 | 27 | 364 | 114 | 54 |
| Binary | 100110 | 11011 | 11000100 | 1010001 | 1010110 | 0 | 10111 | 11110100 | 1001100 | 101100 |
Color Harmonies of #261BC4
Complementary color
Monochromatic Colors of #261BC4
Black with #261BC4
Text Example
Text Example
White with #261BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261BC4; }
p { color: rgb(38,27,196); }
H1.HeaderClassName
{
color: #261BC4;
}
.AnyTagClassName
{
color: #261BC4;
}
</style>
background-color css
<style>
a { background-color: #261BC4; }
a { background-color: rgb(38,27,196); }
div.DivClassName
{
background-color: #261BC4;
}
.BgClassName
{
background-color: #261BC4;
}
</style>
border-color css
<style>
span { border-color: #261BC4; }
span { border-color: rgb(38,27,196); }
td.TdClassName
{
border-color: #261BC4;
}
.TagClassName
{
border-color: #261BC4;
}
</style>