Shades of Persian Blue #3A25CC
Tints of Persian Blue #3A25CC
RGB
CMYK
RGB Variations
Color information
#3A25CC (or 0x3A25CC) is known color: Persian Blue. HEX triplet: 3A, 25 and CC. RGB value is (58,37,204). Sum of RGB (Red+Green+Blue) = 58+37+204=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A25CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A25CC is #C5DA33. Grayscale: #3D3D3D. Windows color (decimal): -12966452 or 13378874. OLE color: 13378874.
HSL color Cylindrical-coordinate representation of color #3A25CC: hue angle of 247.54º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A25CC is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 37 | 204 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.2 |
| HSL | 247.54º | 0.69% | 0.47% | - |
| HSV(B) | 247.54º | 0.82% | 0.8% | - |
| XYZ | 13.31 | 6.58 | 57.7 | - |
| YUV | 62.32 | 207.96 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 204 | 0.72 | 0.82 | 0 | 0.2 | 247.54 | 0.69 | 0.47 |
| Hex | 3A | 25 | CC | 48 | 52 | 0 | 14 | F8 | 45 | 2F |
| Octal | 72 | 45 | 314 | 110 | 122 | 0 | 24 | 370 | 105 | 57 |
| Binary | 111010 | 100101 | 11001100 | 1001000 | 1010010 | 0 | 10100 | 11111000 | 1000101 | 101111 |
Color Harmonies of #3A25CC
Complementary color
Monochromatic Colors of #3A25CC
Black with #3A25CC
Text Example
Text Example
White with #3A25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A25CC; }
p { color: rgb(58,37,204); }
H1.HeaderClassName
{
color: #3A25CC;
}
.AnyTagClassName
{
color: #3A25CC;
}
</style>
background-color css
<style>
a { background-color: #3A25CC; }
a { background-color: rgb(58,37,204); }
div.DivClassName
{
background-color: #3A25CC;
}
.BgClassName
{
background-color: #3A25CC;
}
</style>
border-color css
<style>
span { border-color: #3A25CC; }
span { border-color: rgb(58,37,204); }
td.TdClassName
{
border-color: #3A25CC;
}
.TagClassName
{
border-color: #3A25CC;
}
</style>