Shades of Persian Blue #261CDA
Tints of Persian Blue #261CDA
RGB
CMYK
RGB Variations
Color information
#261CDA (or 0x261CDA) is known color: Persian Blue. HEX triplet: 26, 1C and DA. RGB value is (38,28,218). Sum of RGB (Red+Green+Blue) = 38+28+218=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 218 (85.55% from 255 or 76.76% from 284); Max value from RGB is 218 - color contains mainly: blue. Hex color #261CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261CDA is #D9E325. Grayscale: #333333. Windows color (decimal): -14279462 or 14294054. OLE color: 14294054.
HSL color Cylindrical-coordinate representation of color #261CDA: hue angle of 243.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261CDA is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 28 | 218 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.15 |
| HSL | 243.16º | 0.77% | 0.48% | - |
| HSV(B) | 243.16º | 0.87% | 0.85% | - |
| XYZ | 13.87 | 6.3 | 66.82 | - |
| YUV | 52.65 | 221.31 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 218 | 0.83 | 0.87 | 0 | 0.15 | 243.16 | 0.77 | 0.48 |
| Hex | 26 | 1C | DA | 53 | 57 | 0 | F | F3 | 4D | 30 |
| Octal | 46 | 34 | 332 | 123 | 127 | 0 | 17 | 363 | 115 | 60 |
| Binary | 100110 | 11100 | 11011010 | 1010011 | 1010111 | 0 | 1111 | 11110011 | 1001101 | 110000 |
Color Harmonies of #261CDA
Complementary color
Monochromatic Colors of #261CDA
Black with #261CDA
Text Example
Text Example
White with #261CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261CDA; }
p { color: rgb(38,28,218); }
H1.HeaderClassName
{
color: #261CDA;
}
.AnyTagClassName
{
color: #261CDA;
}
</style>
background-color css
<style>
a { background-color: #261CDA; }
a { background-color: rgb(38,28,218); }
div.DivClassName
{
background-color: #261CDA;
}
.BgClassName
{
background-color: #261CDA;
}
</style>
border-color css
<style>
span { border-color: #261CDA; }
span { border-color: rgb(38,28,218); }
td.TdClassName
{
border-color: #261CDA;
}
.TagClassName
{
border-color: #261CDA;
}
</style>