Shades of Persian Blue #261FAC
Tints of Persian Blue #261FAC
RGB
CMYK
RGB Variations
Color information
#261FAC (or 0x261FAC) is known color: Persian Blue. HEX triplet: 26, 1F and AC. RGB value is (38,31,172). Sum of RGB (Red+Green+Blue) = 38+31+172=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #261FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261FAC is #D9E053. Grayscale: #303030. Windows color (decimal): -14278740 or 11280166. OLE color: 11280166.
HSL color Cylindrical-coordinate representation of color #261FAC: hue angle of 242.98º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #261FAC is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 31 | 172 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.33 |
| HSL | 242.98º | 0.69% | 0.4% | - |
| HSV(B) | 242.98º | 0.82% | 0.67% | - |
| XYZ | 8.74 | 4.37 | 39.41 | - |
| YUV | 49.17 | 197.32 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 172 | 0.78 | 0.82 | 0 | 0.33 | 242.98 | 0.69 | 0.4 |
| Hex | 26 | 1F | AC | 4E | 52 | 0 | 21 | F3 | 45 | 28 |
| Octal | 46 | 37 | 254 | 116 | 122 | 0 | 41 | 363 | 105 | 50 |
| Binary | 100110 | 11111 | 10101100 | 1001110 | 1010010 | 0 | 100001 | 11110011 | 1000101 | 101000 |
Color Harmonies of #261FAC
Complementary color
Monochromatic Colors of #261FAC
Black with #261FAC
Text Example
Text Example
White with #261FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261FAC; }
p { color: rgb(38,31,172); }
H1.HeaderClassName
{
color: #261FAC;
}
.AnyTagClassName
{
color: #261FAC;
}
</style>
background-color css
<style>
a { background-color: #261FAC; }
a { background-color: rgb(38,31,172); }
div.DivClassName
{
background-color: #261FAC;
}
.BgClassName
{
background-color: #261FAC;
}
</style>
border-color css
<style>
span { border-color: #261FAC; }
span { border-color: rgb(38,31,172); }
td.TdClassName
{
border-color: #261FAC;
}
.TagClassName
{
border-color: #261FAC;
}
</style>