Shades of Persian Blue #242CC1
Tints of Persian Blue #242CC1
RGB
CMYK
RGB Variations
Color information
#242CC1 (or 0x242CC1) is known color: Persian Blue. HEX triplet: 24, 2C and C1. RGB value is (36,44,193). Sum of RGB (Red+Green+Blue) = 36+44+193=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #242CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242CC1 is #DBD33E. Grayscale: #393939. Windows color (decimal): -14406463 or 12659748. OLE color: 12659748.
HSL color Cylindrical-coordinate representation of color #242CC1: hue angle of 236.94º 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 #242CC1 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 44 | 193 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.24 |
| HSL | 236.94º | 0.69% | 0.45% | - |
| HSV(B) | 236.94º | 0.81% | 0.76% | - |
| XYZ | 11.25 | 6.03 | 51.02 | - |
| YUV | 58.59 | 203.85 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 193 | 0.81 | 0.77 | 0 | 0.24 | 236.94 | 0.69 | 0.45 |
| Hex | 24 | 2C | C1 | 51 | 4D | 0 | 18 | ED | 45 | 2D |
| Octal | 44 | 54 | 301 | 121 | 115 | 0 | 30 | 355 | 105 | 55 |
| Binary | 100100 | 101100 | 11000001 | 1010001 | 1001101 | 0 | 11000 | 11101101 | 1000101 | 101101 |
Color Harmonies of #242CC1
Complementary color
Monochromatic Colors of #242CC1
Black with #242CC1
Text Example
Text Example
White with #242CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242CC1; }
p { color: rgb(36,44,193); }
H1.HeaderClassName
{
color: #242CC1;
}
.AnyTagClassName
{
color: #242CC1;
}
</style>
background-color css
<style>
a { background-color: #242CC1; }
a { background-color: rgb(36,44,193); }
div.DivClassName
{
background-color: #242CC1;
}
.BgClassName
{
background-color: #242CC1;
}
</style>
border-color css
<style>
span { border-color: #242CC1; }
span { border-color: rgb(36,44,193); }
td.TdClassName
{
border-color: #242CC1;
}
.TagClassName
{
border-color: #242CC1;
}
</style>