Shades of Persian Blue #2F22CE
Tints of Persian Blue #2F22CE
RGB
CMYK
RGB Variations
Color information
#2F22CE (or 0x2F22CE) is known color: Persian Blue. HEX triplet: 2F, 22 and CE. RGB value is (47,34,206). Sum of RGB (Red+Green+Blue) = 47+34+206=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F22CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F22CE is #D0DD31. Grayscale: #383838. Windows color (decimal): -13688114 or 13509167. OLE color: 13509167.
HSL color Cylindrical-coordinate representation of color #2F22CE: hue angle of 244.53º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F22CE is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 34 | 206 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.19 |
| HSL | 244.53º | 0.72% | 0.47% | - |
| HSV(B) | 244.53º | 0.83% | 0.81% | - |
| XYZ | 12.88 | 6.2 | 58.91 | - |
| YUV | 57.5 | 211.81 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 206 | 0.77 | 0.83 | 0 | 0.19 | 244.53 | 0.72 | 0.47 |
| Hex | 2F | 22 | CE | 4D | 53 | 0 | 13 | F5 | 48 | 2F |
| Octal | 57 | 42 | 316 | 115 | 123 | 0 | 23 | 365 | 110 | 57 |
| Binary | 101111 | 100010 | 11001110 | 1001101 | 1010011 | 0 | 10011 | 11110101 | 1001000 | 101111 |
Color Harmonies of #2F22CE
Complementary color
Monochromatic Colors of #2F22CE
Black with #2F22CE
Text Example
Text Example
White with #2F22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F22CE; }
p { color: rgb(47,34,206); }
H1.HeaderClassName
{
color: #2F22CE;
}
.AnyTagClassName
{
color: #2F22CE;
}
</style>
background-color css
<style>
a { background-color: #2F22CE; }
a { background-color: rgb(47,34,206); }
div.DivClassName
{
background-color: #2F22CE;
}
.BgClassName
{
background-color: #2F22CE;
}
</style>
border-color css
<style>
span { border-color: #2F22CE; }
span { border-color: rgb(47,34,206); }
td.TdClassName
{
border-color: #2F22CE;
}
.TagClassName
{
border-color: #2F22CE;
}
</style>