Shades of Persian Blue #242DB1
Tints of Persian Blue #242DB1
RGB
CMYK
RGB Variations
Color information
#242DB1 (or 0x242DB1) is known color: Persian Blue. HEX triplet: 24, 2D and B1. RGB value is (36,45,177). Sum of RGB (Red+Green+Blue) = 36+45+177=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 177 (69.53% from 255 or 68.60% from 258); Max value from RGB is 177 - color contains mainly: blue. Hex color #242DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242DB1 is #DBD24E. Grayscale: #383838. Windows color (decimal): -14406223 or 11611428. OLE color: 11611428.
HSL color Cylindrical-coordinate representation of color #242DB1: hue angle of 236.17º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #242DB1 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 45 | 177 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.31 |
| HSL | 236.17º | 0.66% | 0.42% | - |
| HSV(B) | 236.17º | 0.8% | 0.69% | - |
| XYZ | 9.6 | 5.43 | 42.14 | - |
| YUV | 57.36 | 195.52 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 177 | 0.80 | 0.75 | 0 | 0.31 | 236.17 | 0.66 | 0.42 |
| Hex | 24 | 2D | B1 | 50 | 4B | 0 | 1F | EC | 42 | 2A |
| Octal | 44 | 55 | 261 | 120 | 113 | 0 | 37 | 354 | 102 | 52 |
| Binary | 100100 | 101101 | 10110001 | 1010000 | 1001011 | 0 | 11111 | 11101100 | 1000010 | 101010 |
Color Harmonies of #242DB1
Complementary color
Monochromatic Colors of #242DB1
Black with #242DB1
Text Example
Text Example
White with #242DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DB1; }
p { color: rgb(36,45,177); }
H1.HeaderClassName
{
color: #242DB1;
}
.AnyTagClassName
{
color: #242DB1;
}
</style>
background-color css
<style>
a { background-color: #242DB1; }
a { background-color: rgb(36,45,177); }
div.DivClassName
{
background-color: #242DB1;
}
.BgClassName
{
background-color: #242DB1;
}
</style>
border-color css
<style>
span { border-color: #242DB1; }
span { border-color: rgb(36,45,177); }
td.TdClassName
{
border-color: #242DB1;
}
.TagClassName
{
border-color: #242DB1;
}
</style>