Shades of Persian Blue #2F28B6
Tints of Persian Blue #2F28B6
RGB
CMYK
RGB Variations
Color information
#2F28B6 (or 0x2F28B6) is known color: Persian Blue. HEX triplet: 2F, 28 and B6. RGB value is (47,40,182). Sum of RGB (Red+Green+Blue) = 47+40+182=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 182 (71.48% from 255 or 67.66% from 269); Max value from RGB is 182 - color contains mainly: blue. Hex color #2F28B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F28B6 is #D0D749. Grayscale: #393939. Windows color (decimal): -13686602 or 11937839. OLE color: 11937839.
HSL color Cylindrical-coordinate representation of color #2F28B6: hue angle of 242.96º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F28B6 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 40 | 182 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.29 |
| HSL | 242.96º | 0.64% | 0.44% | - |
| HSV(B) | 242.96º | 0.78% | 0.71% | - |
| XYZ | 10.37 | 5.5 | 44.77 | - |
| YUV | 58.28 | 197.82 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 182 | 0.74 | 0.78 | 0 | 0.29 | 242.96 | 0.64 | 0.44 |
| Hex | 2F | 28 | B6 | 4A | 4E | 0 | 1D | F3 | 40 | 2C |
| Octal | 57 | 50 | 266 | 112 | 116 | 0 | 35 | 363 | 100 | 54 |
| Binary | 101111 | 101000 | 10110110 | 1001010 | 1001110 | 0 | 11101 | 11110011 | 1000000 | 101100 |
Color Harmonies of #2F28B6
Complementary color
Monochromatic Colors of #2F28B6
Black with #2F28B6
Text Example
Text Example
White with #2F28B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F28B6; }
p { color: rgb(47,40,182); }
H1.HeaderClassName
{
color: #2F28B6;
}
.AnyTagClassName
{
color: #2F28B6;
}
</style>
background-color css
<style>
a { background-color: #2F28B6; }
a { background-color: rgb(47,40,182); }
div.DivClassName
{
background-color: #2F28B6;
}
.BgClassName
{
background-color: #2F28B6;
}
</style>
border-color css
<style>
span { border-color: #2F28B6; }
span { border-color: rgb(47,40,182); }
td.TdClassName
{
border-color: #2F28B6;
}
.TagClassName
{
border-color: #2F28B6;
}
</style>