Shades of Persian Blue #261AD4
Tints of Persian Blue #261AD4
RGB
CMYK
RGB Variations
Color information
#261AD4 (or 0x261AD4) is known color: Persian Blue. HEX triplet: 26, 1A and D4. RGB value is (38,26,212). Sum of RGB (Red+Green+Blue) = 38+26+212=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 212 (83.20% from 255 or 76.81% from 276); Max value from RGB is 212 - color contains mainly: blue. Hex color #261AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261AD4 is #D9E52B. Grayscale: #323232. Windows color (decimal): -14279980 or 13900326. OLE color: 13900326.
HSL color Cylindrical-coordinate representation of color #261AD4: hue angle of 243.87º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261AD4 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 26 | 212 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.17 |
| HSL | 243.87º | 0.78% | 0.47% | - |
| HSV(B) | 243.87º | 0.88% | 0.83% | - |
| XYZ | 13.05 | 5.9 | 62.74 | - |
| YUV | 50.79 | 218.98 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 212 | 0.82 | 0.88 | 0 | 0.17 | 243.87 | 0.78 | 0.47 |
| Hex | 26 | 1A | D4 | 52 | 58 | 0 | 11 | F4 | 4E | 2F |
| Octal | 46 | 32 | 324 | 122 | 130 | 0 | 21 | 364 | 116 | 57 |
| Binary | 100110 | 11010 | 11010100 | 1010010 | 1011000 | 0 | 10001 | 11110100 | 1001110 | 101111 |
Color Harmonies of #261AD4
Complementary color
Monochromatic Colors of #261AD4
Black with #261AD4
Text Example
Text Example
White with #261AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261AD4; }
p { color: rgb(38,26,212); }
H1.HeaderClassName
{
color: #261AD4;
}
.AnyTagClassName
{
color: #261AD4;
}
</style>
background-color css
<style>
a { background-color: #261AD4; }
a { background-color: rgb(38,26,212); }
div.DivClassName
{
background-color: #261AD4;
}
.BgClassName
{
background-color: #261AD4;
}
</style>
border-color css
<style>
span { border-color: #261AD4; }
span { border-color: rgb(38,26,212); }
td.TdClassName
{
border-color: #261AD4;
}
.TagClassName
{
border-color: #261AD4;
}
</style>