Shades of Persian Blue #261DC1
Tints of Persian Blue #261DC1
RGB
CMYK
RGB Variations
Color information
#261DC1 (or 0x261DC1) is known color: Persian Blue. HEX triplet: 26, 1D and C1. RGB value is (38,29,193). Sum of RGB (Red+Green+Blue) = 38+29+193=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 193 (75.78% from 255 or 74.23% from 260); Max value from RGB is 193 - color contains mainly: blue. Hex color #261DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261DC1 is #D9E23E. Grayscale: #313131. Windows color (decimal): -14279231 or 12655910. OLE color: 12655910.
HSL color Cylindrical-coordinate representation of color #261DC1: hue angle of 243.29º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261DC1 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 29 | 193 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.24 |
| HSL | 243.29º | 0.74% | 0.44% | - |
| HSV(B) | 243.29º | 0.85% | 0.76% | - |
| XYZ | 10.86 | 5.14 | 50.87 | - |
| YUV | 50.39 | 208.48 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 193 | 0.80 | 0.85 | 0 | 0.24 | 243.29 | 0.74 | 0.44 |
| Hex | 26 | 1D | C1 | 50 | 55 | 0 | 18 | F3 | 4A | 2C |
| Octal | 46 | 35 | 301 | 120 | 125 | 0 | 30 | 363 | 112 | 54 |
| Binary | 100110 | 11101 | 11000001 | 1010000 | 1010101 | 0 | 11000 | 11110011 | 1001010 | 101100 |
Color Harmonies of #261DC1
Complementary color
Monochromatic Colors of #261DC1
Black with #261DC1
Text Example
Text Example
White with #261DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261DC1; }
p { color: rgb(38,29,193); }
H1.HeaderClassName
{
color: #261DC1;
}
.AnyTagClassName
{
color: #261DC1;
}
</style>
background-color css
<style>
a { background-color: #261DC1; }
a { background-color: rgb(38,29,193); }
div.DivClassName
{
background-color: #261DC1;
}
.BgClassName
{
background-color: #261DC1;
}
</style>
border-color css
<style>
span { border-color: #261DC1; }
span { border-color: rgb(38,29,193); }
td.TdClassName
{
border-color: #261DC1;
}
.TagClassName
{
border-color: #261DC1;
}
</style>