Shades of Persian Blue #331ACC
Tints of Persian Blue #331ACC
RGB
CMYK
RGB Variations
Color information
#331ACC (or 0x331ACC) is known color: Persian Blue. HEX triplet: 33, 1A and CC. RGB value is (51,26,204). Sum of RGB (Red+Green+Blue) = 51+26+204=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #331ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ACC is #CCE533. Grayscale: #353535. Windows color (decimal): -13428020 or 13376051. OLE color: 13376051.
HSL color Cylindrical-coordinate representation of color #331ACC: hue angle of 248.43º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331ACC is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 26 | 204 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.2 |
| HSL | 248.43º | 0.77% | 0.45% | - |
| HSV(B) | 248.43º | 0.87% | 0.8% | - |
| XYZ | 12.63 | 5.8 | 57.58 | - |
| YUV | 53.77 | 212.78 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 204 | 0.75 | 0.87 | 0 | 0.2 | 248.43 | 0.77 | 0.45 |
| Hex | 33 | 1A | CC | 4B | 57 | 0 | 14 | F8 | 4D | 2D |
| Octal | 63 | 32 | 314 | 113 | 127 | 0 | 24 | 370 | 115 | 55 |
| Binary | 110011 | 11010 | 11001100 | 1001011 | 1010111 | 0 | 10100 | 11111000 | 1001101 | 101101 |
Color Harmonies of #331ACC
Complementary color
Monochromatic Colors of #331ACC
Black with #331ACC
Text Example
Text Example
White with #331ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331ACC; }
p { color: rgb(51,26,204); }
H1.HeaderClassName
{
color: #331ACC;
}
.AnyTagClassName
{
color: #331ACC;
}
</style>
background-color css
<style>
a { background-color: #331ACC; }
a { background-color: rgb(51,26,204); }
div.DivClassName
{
background-color: #331ACC;
}
.BgClassName
{
background-color: #331ACC;
}
</style>
border-color css
<style>
span { border-color: #331ACC; }
span { border-color: rgb(51,26,204); }
td.TdClassName
{
border-color: #331ACC;
}
.TagClassName
{
border-color: #331ACC;
}
</style>