Shades of Persian Blue #261FC2
Tints of Persian Blue #261FC2
RGB
CMYK
RGB Variations
Color information
#261FC2 (or 0x261FC2) is known color: Persian Blue. HEX triplet: 26, 1F and C2. RGB value is (38,31,194). Sum of RGB (Red+Green+Blue) = 38+31+194=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 194 (76.17% from 255 or 73.76% from 263); Max value from RGB is 194 - color contains mainly: blue. Hex color #261FC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261FC2 is #D9E03D. Grayscale: #333333. Windows color (decimal): -14278718 or 12721958. OLE color: 12721958.
HSL color Cylindrical-coordinate representation of color #261FC2: hue angle of 242.58º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261FC2 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 31 | 194 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.24 |
| HSL | 242.58º | 0.72% | 0.44% | - |
| HSV(B) | 242.58º | 0.84% | 0.76% | - |
| XYZ | 11.03 | 5.29 | 51.48 | - |
| YUV | 51.68 | 208.32 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 194 | 0.80 | 0.84 | 0 | 0.24 | 242.58 | 0.72 | 0.44 |
| Hex | 26 | 1F | C2 | 50 | 54 | 0 | 18 | F3 | 48 | 2C |
| Octal | 46 | 37 | 302 | 120 | 124 | 0 | 30 | 363 | 110 | 54 |
| Binary | 100110 | 11111 | 11000010 | 1010000 | 1010100 | 0 | 11000 | 11110011 | 1001000 | 101100 |
Color Harmonies of #261FC2
Complementary color
Monochromatic Colors of #261FC2
Black with #261FC2
Text Example
Text Example
White with #261FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261FC2; }
p { color: rgb(38,31,194); }
H1.HeaderClassName
{
color: #261FC2;
}
.AnyTagClassName
{
color: #261FC2;
}
</style>
background-color css
<style>
a { background-color: #261FC2; }
a { background-color: rgb(38,31,194); }
div.DivClassName
{
background-color: #261FC2;
}
.BgClassName
{
background-color: #261FC2;
}
</style>
border-color css
<style>
span { border-color: #261FC2; }
span { border-color: rgb(38,31,194); }
td.TdClassName
{
border-color: #261FC2;
}
.TagClassName
{
border-color: #261FC2;
}
</style>