Shades of Persian Blue #2F26AA
Tints of Persian Blue #2F26AA
RGB
CMYK
RGB Variations
Color information
#2F26AA (or 0x2F26AA) is known color: Persian Blue. HEX triplet: 2F, 26 and AA. RGB value is (47,38,170). Sum of RGB (Red+Green+Blue) = 47+38+170=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F26AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F26AA is #D0D955. Grayscale: #373737. Windows color (decimal): -13687126 or 11150895. OLE color: 11150895.
HSL color Cylindrical-coordinate representation of color #2F26AA: hue angle of 244.09º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F26AA is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 38 | 170 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.33 |
| HSL | 244.09º | 0.63% | 0.41% | - |
| HSV(B) | 244.09º | 0.78% | 0.67% | - |
| XYZ | 9.12 | 4.89 | 38.49 | - |
| YUV | 55.74 | 192.48 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 38 | 170 | 0.72 | 0.78 | 0 | 0.33 | 244.09 | 0.63 | 0.41 |
| Hex | 2F | 26 | AA | 48 | 4E | 0 | 21 | F4 | 3F | 29 |
| Octal | 57 | 46 | 252 | 110 | 116 | 0 | 41 | 364 | 77 | 51 |
| Binary | 101111 | 100110 | 10101010 | 1001000 | 1001110 | 0 | 100001 | 11110100 | 111111 | 101001 |
Color Harmonies of #2F26AA
Complementary color
Monochromatic Colors of #2F26AA
Black with #2F26AA
Text Example
Text Example
White with #2F26AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F26AA; }
p { color: rgb(47,38,170); }
H1.HeaderClassName
{
color: #2F26AA;
}
.AnyTagClassName
{
color: #2F26AA;
}
</style>
background-color css
<style>
a { background-color: #2F26AA; }
a { background-color: rgb(47,38,170); }
div.DivClassName
{
background-color: #2F26AA;
}
.BgClassName
{
background-color: #2F26AA;
}
</style>
border-color css
<style>
span { border-color: #2F26AA; }
span { border-color: rgb(47,38,170); }
td.TdClassName
{
border-color: #2F26AA;
}
.TagClassName
{
border-color: #2F26AA;
}
</style>