Shades of Persian Blue #261FCD
Tints of Persian Blue #261FCD
RGB
CMYK
RGB Variations
Color information
#261FCD (or 0x261FCD) is known color: Persian Blue. HEX triplet: 26, 1F and CD. RGB value is (38,31,205). Sum of RGB (Red+Green+Blue) = 38+31+205=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #261FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261FCD is #D9E032. Grayscale: #343434. Windows color (decimal): -14278707 or 13442854. OLE color: 13442854.
HSL color Cylindrical-coordinate representation of color #261FCD: hue angle of 242.41º 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 #261FCD is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 31 | 205 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.20 |
| HSL | 242.41º | 0.74% | 0.46% | - |
| HSV(B) | 242.41º | 0.85% | 0.8% | - |
| XYZ | 12.31 | 5.8 | 58.23 | - |
| YUV | 52.93 | 213.82 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 205 | 0.81 | 0.85 | 0 | 0.20 | 242.41 | 0.74 | 0.46 |
| Hex | 26 | 1F | CD | 51 | 55 | 0 | 14 | F2 | 4A | 2E |
| Octal | 46 | 37 | 315 | 121 | 125 | 0 | 24 | 362 | 112 | 56 |
| Binary | 100110 | 11111 | 11001101 | 1010001 | 1010101 | 0 | 10100 | 11110010 | 1001010 | 101110 |
Color Harmonies of #261FCD
Complementary color
Monochromatic Colors of #261FCD
Black with #261FCD
Text Example
Text Example
White with #261FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261FCD; }
p { color: rgb(38,31,205); }
H1.HeaderClassName
{
color: #261FCD;
}
.AnyTagClassName
{
color: #261FCD;
}
</style>
background-color css
<style>
a { background-color: #261FCD; }
a { background-color: rgb(38,31,205); }
div.DivClassName
{
background-color: #261FCD;
}
.BgClassName
{
background-color: #261FCD;
}
</style>
border-color css
<style>
span { border-color: #261FCD; }
span { border-color: rgb(38,31,205); }
td.TdClassName
{
border-color: #261FCD;
}
.TagClassName
{
border-color: #261FCD;
}
</style>