Shades of Persian Blue #2415B7
Tints of Persian Blue #2415B7
RGB
CMYK
RGB Variations
Color information
#2415B7 (or 0x2415B7) is known color: Persian Blue. HEX triplet: 24, 15 and B7. RGB value is (36,21,183). Sum of RGB (Red+Green+Blue) = 36+21+183=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 183 (71.88% from 255 or 76.25% from 240); Max value from RGB is 183 - color contains mainly: blue. Hex color #2415B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2415B7 is #DBEA48. Grayscale: #2B2B2B. Windows color (decimal): -14412361 or 11998500. OLE color: 11998500.
HSL color Cylindrical-coordinate representation of color #2415B7: hue angle of 245.56º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2415B7 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 36 | 21 | 183 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.28 |
| HSL | 245.56º | 0.79% | 0.4% | - |
| HSV(B) | 245.56º | 0.89% | 0.72% | - |
| XYZ | 9.54 | 4.33 | 45.13 | - |
| YUV | 43.95 | 206.47 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 183 | 0.80 | 0.89 | 0 | 0.28 | 245.56 | 0.79 | 0.4 |
| Hex | 24 | 15 | B7 | 50 | 59 | 0 | 1C | F6 | 4F | 28 |
| Octal | 44 | 25 | 267 | 120 | 131 | 0 | 34 | 366 | 117 | 50 |
| Binary | 100100 | 10101 | 10110111 | 1010000 | 1011001 | 0 | 11100 | 11110110 | 1001111 | 101000 |
Color Harmonies of #2415B7
Complementary color
Monochromatic Colors of #2415B7
Black with #2415B7
Text Example
Text Example
White with #2415B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2415B7; }
p { color: rgb(36,21,183); }
H1.HeaderClassName
{
color: #2415B7;
}
.AnyTagClassName
{
color: #2415B7;
}
</style>
background-color css
<style>
a { background-color: #2415B7; }
a { background-color: rgb(36,21,183); }
div.DivClassName
{
background-color: #2415B7;
}
.BgClassName
{
background-color: #2415B7;
}
</style>
border-color css
<style>
span { border-color: #2415B7; }
span { border-color: rgb(36,21,183); }
td.TdClassName
{
border-color: #2415B7;
}
.TagClassName
{
border-color: #2415B7;
}
</style>