Shades of Persian Blue #2A25CC
Tints of Persian Blue #2A25CC
RGB
CMYK
RGB Variations
Color information
#2A25CC (or 0x2A25CC) is known color: Persian Blue. HEX triplet: 2A, 25 and CC. RGB value is (42,37,204). Sum of RGB (Red+Green+Blue) = 42+37+204=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A25CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A25CC is #D5DA33. Grayscale: #383838. Windows color (decimal): -14015028 or 13378858. OLE color: 13378858.
HSL color Cylindrical-coordinate representation of color #2A25CC: hue angle of 241.8º 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 #2A25CC is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 37 | 204 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.2 |
| HSL | 241.8º | 0.69% | 0.47% | - |
| HSV(B) | 241.8º | 0.82% | 0.8% | - |
| XYZ | 12.52 | 6.18 | 57.66 | - |
| YUV | 57.53 | 210.66 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 204 | 0.79 | 0.82 | 0 | 0.2 | 241.8 | 0.69 | 0.47 |
| Hex | 2A | 25 | CC | 4F | 52 | 0 | 14 | F2 | 45 | 2F |
| Octal | 52 | 45 | 314 | 117 | 122 | 0 | 24 | 362 | 105 | 57 |
| Binary | 101010 | 100101 | 11001100 | 1001111 | 1010010 | 0 | 10100 | 11110010 | 1000101 | 101111 |
Color Harmonies of #2A25CC
Complementary color
Monochromatic Colors of #2A25CC
Black with #2A25CC
Text Example
Text Example
White with #2A25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A25CC; }
p { color: rgb(42,37,204); }
H1.HeaderClassName
{
color: #2A25CC;
}
.AnyTagClassName
{
color: #2A25CC;
}
</style>
background-color css
<style>
a { background-color: #2A25CC; }
a { background-color: rgb(42,37,204); }
div.DivClassName
{
background-color: #2A25CC;
}
.BgClassName
{
background-color: #2A25CC;
}
</style>
border-color css
<style>
span { border-color: #2A25CC; }
span { border-color: rgb(42,37,204); }
td.TdClassName
{
border-color: #2A25CC;
}
.TagClassName
{
border-color: #2A25CC;
}
</style>