Shades of Persian Blue #043BC1
Tints of Persian Blue #043BC1
RGB
CMYK
RGB Variations
Color information
#043BC1 (or 0x043BC1) is known color: Persian Blue. HEX triplet: 04, 3B and C1. RGB value is (4,59,193). Sum of RGB (Red+Green+Blue) = 4+59+193=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #043BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043BC1 is #FBC43E. Grayscale: #393939. Windows color (decimal): -16499775 or 12663556. OLE color: 12663556.
HSL color Cylindrical-coordinate representation of color #043BC1: hue angle of 222.54º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043BC1 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 59 | 193 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.24 |
| HSL | 222.54º | 0.96% | 0.39% | - |
| HSV(B) | 222.54º | 0.98% | 0.76% | - |
| XYZ | 11.24 | 7 | 51.21 | - |
| YUV | 57.83 | 204.28 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 193 | 0.98 | 0.69 | 0 | 0.24 | 222.54 | 0.96 | 0.39 |
| Hex | 4 | 3B | C1 | 62 | 45 | 0 | 18 | DF | 60 | 27 |
| Octal | 4 | 73 | 301 | 142 | 105 | 0 | 30 | 337 | 140 | 47 |
| Binary | 100 | 111011 | 11000001 | 1100010 | 1000101 | 0 | 11000 | 11011111 | 1100000 | 100111 |
Color Harmonies of #043BC1
Complementary color
Monochromatic Colors of #043BC1
Black with #043BC1
Text Example
Text Example
White with #043BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043BC1; }
p { color: rgb(4,59,193); }
H1.HeaderClassName
{
color: #043BC1;
}
.AnyTagClassName
{
color: #043BC1;
}
</style>
background-color css
<style>
a { background-color: #043BC1; }
a { background-color: rgb(4,59,193); }
div.DivClassName
{
background-color: #043BC1;
}
.BgClassName
{
background-color: #043BC1;
}
</style>
border-color css
<style>
span { border-color: #043BC1; }
span { border-color: rgb(4,59,193); }
td.TdClassName
{
border-color: #043BC1;
}
.TagClassName
{
border-color: #043BC1;
}
</style>