Shades of Persian Blue #3A2CCA
Tints of Persian Blue #3A2CCA
RGB
CMYK
RGB Variations
Color information
#3A2CCA (or 0x3A2CCA) is known color: Persian Blue. HEX triplet: 3A, 2C and CA. RGB value is (58,44,202). Sum of RGB (Red+Green+Blue) = 58+44+202=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A2CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2CCA is #C5D335. Grayscale: #414141. Windows color (decimal): -12964662 or 13249594. OLE color: 13249594.
HSL color Cylindrical-coordinate representation of color #3A2CCA: hue angle of 245.32º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A2CCA is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 44 | 202 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.21 |
| HSL | 245.32º | 0.64% | 0.48% | - |
| HSV(B) | 245.32º | 0.78% | 0.79% | - |
| XYZ | 13.31 | 6.97 | 56.52 | - |
| YUV | 66.2 | 204.64 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 202 | 0.71 | 0.78 | 0 | 0.21 | 245.32 | 0.64 | 0.48 |
| Hex | 3A | 2C | CA | 47 | 4E | 0 | 15 | F5 | 40 | 30 |
| Octal | 72 | 54 | 312 | 107 | 116 | 0 | 25 | 365 | 100 | 60 |
| Binary | 111010 | 101100 | 11001010 | 1000111 | 1001110 | 0 | 10101 | 11110101 | 1000000 | 110000 |
Color Harmonies of #3A2CCA
Complementary color
Monochromatic Colors of #3A2CCA
Black with #3A2CCA
Text Example
Text Example
White with #3A2CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2CCA; }
p { color: rgb(58,44,202); }
H1.HeaderClassName
{
color: #3A2CCA;
}
.AnyTagClassName
{
color: #3A2CCA;
}
</style>
background-color css
<style>
a { background-color: #3A2CCA; }
a { background-color: rgb(58,44,202); }
div.DivClassName
{
background-color: #3A2CCA;
}
.BgClassName
{
background-color: #3A2CCA;
}
</style>
border-color css
<style>
span { border-color: #3A2CCA; }
span { border-color: rgb(58,44,202); }
td.TdClassName
{
border-color: #3A2CCA;
}
.TagClassName
{
border-color: #3A2CCA;
}
</style>