Shades of Persian Blue #2F40CA
Tints of Persian Blue #2F40CA
RGB
CMYK
RGB Variations
Color information
#2F40CA (or 0x2F40CA) is known color: Persian Blue. HEX triplet: 2F, 40 and CA. RGB value is (47,64,202). Sum of RGB (Red+Green+Blue) = 47+64+202=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #2F40CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F40CA is #D0BF35. Grayscale: #4A4A4A. Windows color (decimal): -13680438 or 13254703. OLE color: 13254703.
HSL color Cylindrical-coordinate representation of color #2F40CA: hue angle of 233.42º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F40CA is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 64 | 202 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.21 |
| HSL | 233.42º | 0.62% | 0.49% | - |
| HSV(B) | 233.42º | 0.77% | 0.79% | - |
| XYZ | 13.67 | 8.54 | 56.8 | - |
| YUV | 74.65 | 199.87 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 202 | 0.77 | 0.68 | 0 | 0.21 | 233.42 | 0.62 | 0.49 |
| Hex | 2F | 40 | CA | 4D | 44 | 0 | 15 | E9 | 3E | 31 |
| Octal | 57 | 100 | 312 | 115 | 104 | 0 | 25 | 351 | 76 | 61 |
| Binary | 101111 | 1000000 | 11001010 | 1001101 | 1000100 | 0 | 10101 | 11101001 | 111110 | 110001 |
Color Harmonies of #2F40CA
Complementary color
Monochromatic Colors of #2F40CA
Black with #2F40CA
Text Example
Text Example
White with #2F40CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F40CA; }
p { color: rgb(47,64,202); }
H1.HeaderClassName
{
color: #2F40CA;
}
.AnyTagClassName
{
color: #2F40CA;
}
</style>
background-color css
<style>
a { background-color: #2F40CA; }
a { background-color: rgb(47,64,202); }
div.DivClassName
{
background-color: #2F40CA;
}
.BgClassName
{
background-color: #2F40CA;
}
</style>
border-color css
<style>
span { border-color: #2F40CA; }
span { border-color: rgb(47,64,202); }
td.TdClassName
{
border-color: #2F40CA;
}
.TagClassName
{
border-color: #2F40CA;
}
</style>