Shades of Persian Blue #0331CA
Tints of Persian Blue #0331CA
RGB
CMYK
RGB Variations
Color information
#0331CA (or 0x0331CA) is known color: Persian Blue. HEX triplet: 03, 31 and CA. RGB value is (3,49,202). Sum of RGB (Red+Green+Blue) = 3+49+202=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 202 (79.30% from 255 or 79.53% from 254); Max value from RGB is 202 - color contains mainly: blue. Hex color #0331CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0331CA is #FCCE35. Grayscale: #343434. Windows color (decimal): -16567862 or 13250819. OLE color: 13250819.
HSL color Cylindrical-coordinate representation of color #0331CA: hue angle of 226.13º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0331CA is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 49 | 202 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.21 |
| HSL | 226.13º | 0.97% | 0.4% | - |
| HSV(B) | 226.13º | 0.99% | 0.79% | - |
| XYZ | 11.8 | 6.48 | 56.51 | - |
| YUV | 52.69 | 212.26 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 202 | 0.99 | 0.76 | 0 | 0.21 | 226.13 | 0.97 | 0.4 |
| Hex | 3 | 31 | CA | 63 | 4C | 0 | 15 | E2 | 61 | 28 |
| Octal | 3 | 61 | 312 | 143 | 114 | 0 | 25 | 342 | 141 | 50 |
| Binary | 11 | 110001 | 11001010 | 1100011 | 1001100 | 0 | 10101 | 11100010 | 1100001 | 101000 |
Color Harmonies of #0331CA
Complementary color
Monochromatic Colors of #0331CA
Black with #0331CA
Text Example
Text Example
White with #0331CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0331CA; }
p { color: rgb(3,49,202); }
H1.HeaderClassName
{
color: #0331CA;
}
.AnyTagClassName
{
color: #0331CA;
}
</style>
background-color css
<style>
a { background-color: #0331CA; }
a { background-color: rgb(3,49,202); }
div.DivClassName
{
background-color: #0331CA;
}
.BgClassName
{
background-color: #0331CA;
}
</style>
border-color css
<style>
span { border-color: #0331CA; }
span { border-color: rgb(3,49,202); }
td.TdClassName
{
border-color: #0331CA;
}
.TagClassName
{
border-color: #0331CA;
}
</style>