Shades of Persian Blue #2F28C1
Tints of Persian Blue #2F28C1
RGB
CMYK
RGB Variations
Color information
#2F28C1 (or 0x2F28C1) is known color: Persian Blue. HEX triplet: 2F, 28 and C1. RGB value is (47,40,193). Sum of RGB (Red+Green+Blue) = 47+40+193=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 193 (75.78% from 255 or 68.93% from 280); Max value from RGB is 193 - color contains mainly: blue. Hex color #2F28C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F28C1 is #D0D73E. Grayscale: #3A3A3A. Windows color (decimal): -13686591 or 12658735. OLE color: 12658735.
HSL color Cylindrical-coordinate representation of color #2F28C1: hue angle of 242.75º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F28C1 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 40 | 193 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.24 |
| HSL | 242.75º | 0.66% | 0.46% | - |
| HSV(B) | 242.75º | 0.79% | 0.76% | - |
| XYZ | 11.56 | 5.97 | 51 | - |
| YUV | 59.54 | 203.32 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 193 | 0.76 | 0.79 | 0 | 0.24 | 242.75 | 0.66 | 0.46 |
| Hex | 2F | 28 | C1 | 4C | 4F | 0 | 18 | F3 | 42 | 2E |
| Octal | 57 | 50 | 301 | 114 | 117 | 0 | 30 | 363 | 102 | 56 |
| Binary | 101111 | 101000 | 11000001 | 1001100 | 1001111 | 0 | 11000 | 11110011 | 1000010 | 101110 |
Color Harmonies of #2F28C1
Complementary color
Monochromatic Colors of #2F28C1
Black with #2F28C1
Text Example
Text Example
White with #2F28C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F28C1; }
p { color: rgb(47,40,193); }
H1.HeaderClassName
{
color: #2F28C1;
}
.AnyTagClassName
{
color: #2F28C1;
}
</style>
background-color css
<style>
a { background-color: #2F28C1; }
a { background-color: rgb(47,40,193); }
div.DivClassName
{
background-color: #2F28C1;
}
.BgClassName
{
background-color: #2F28C1;
}
</style>
border-color css
<style>
span { border-color: #2F28C1; }
span { border-color: rgb(47,40,193); }
td.TdClassName
{
border-color: #2F28C1;
}
.TagClassName
{
border-color: #2F28C1;
}
</style>