Shades of Persian Blue #242DC1
Tints of Persian Blue #242DC1
RGB
CMYK
RGB Variations
Color information
#242DC1 (or 0x242DC1) is known color: Persian Blue. HEX triplet: 24, 2D and C1. RGB value is (36,45,193). Sum of RGB (Red+Green+Blue) = 36+45+193=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 193 (75.78% from 255 or 70.44% from 274); Max value from RGB is 193 - color contains mainly: blue. Hex color #242DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242DC1 is #DBD23E. Grayscale: #3A3A3A. Windows color (decimal): -14406207 or 12660004. OLE color: 12660004.
HSL color Cylindrical-coordinate representation of color #242DC1: hue angle of 236.56º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #242DC1 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 45 | 193 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.24 |
| HSL | 236.56º | 0.69% | 0.45% | - |
| HSV(B) | 236.56º | 0.81% | 0.76% | - |
| XYZ | 11.29 | 6.1 | 51.03 | - |
| YUV | 59.18 | 203.52 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 193 | 0.81 | 0.77 | 0 | 0.24 | 236.56 | 0.69 | 0.45 |
| Hex | 24 | 2D | C1 | 51 | 4D | 0 | 18 | ED | 45 | 2D |
| Octal | 44 | 55 | 301 | 121 | 115 | 0 | 30 | 355 | 105 | 55 |
| Binary | 100100 | 101101 | 11000001 | 1010001 | 1001101 | 0 | 11000 | 11101101 | 1000101 | 101101 |
Color Harmonies of #242DC1
Complementary color
Monochromatic Colors of #242DC1
Black with #242DC1
Text Example
Text Example
White with #242DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DC1; }
p { color: rgb(36,45,193); }
H1.HeaderClassName
{
color: #242DC1;
}
.AnyTagClassName
{
color: #242DC1;
}
</style>
background-color css
<style>
a { background-color: #242DC1; }
a { background-color: rgb(36,45,193); }
div.DivClassName
{
background-color: #242DC1;
}
.BgClassName
{
background-color: #242DC1;
}
</style>
border-color css
<style>
span { border-color: #242DC1; }
span { border-color: rgb(36,45,193); }
td.TdClassName
{
border-color: #242DC1;
}
.TagClassName
{
border-color: #242DC1;
}
</style>