Shades of Persian Blue #261FCC
Tints of Persian Blue #261FCC
RGB
CMYK
RGB Variations
Color information
#261FCC (or 0x261FCC) is known color: Persian Blue. HEX triplet: 26, 1F and CC. RGB value is (38,31,204). Sum of RGB (Red+Green+Blue) = 38+31+204=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #261FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261FCC is #D9E033. Grayscale: #343434. Windows color (decimal): -14278708 or 13377318. OLE color: 13377318.
HSL color Cylindrical-coordinate representation of color #261FCC: hue angle of 242.43º 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 #261FCC is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 31 | 204 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.2 |
| HSL | 242.43º | 0.74% | 0.46% | - |
| HSV(B) | 242.43º | 0.85% | 0.8% | - |
| XYZ | 12.19 | 5.75 | 57.59 | - |
| YUV | 52.82 | 213.32 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 204 | 0.81 | 0.85 | 0 | 0.2 | 242.43 | 0.74 | 0.46 |
| Hex | 26 | 1F | CC | 51 | 55 | 0 | 14 | F2 | 4A | 2E |
| Octal | 46 | 37 | 314 | 121 | 125 | 0 | 24 | 362 | 112 | 56 |
| Binary | 100110 | 11111 | 11001100 | 1010001 | 1010101 | 0 | 10100 | 11110010 | 1001010 | 101110 |
Color Harmonies of #261FCC
Complementary color
Monochromatic Colors of #261FCC
Black with #261FCC
Text Example
Text Example
White with #261FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261FCC; }
p { color: rgb(38,31,204); }
H1.HeaderClassName
{
color: #261FCC;
}
.AnyTagClassName
{
color: #261FCC;
}
</style>
background-color css
<style>
a { background-color: #261FCC; }
a { background-color: rgb(38,31,204); }
div.DivClassName
{
background-color: #261FCC;
}
.BgClassName
{
background-color: #261FCC;
}
</style>
border-color css
<style>
span { border-color: #261FCC; }
span { border-color: rgb(38,31,204); }
td.TdClassName
{
border-color: #261FCC;
}
.TagClassName
{
border-color: #261FCC;
}
</style>