Shades of Persian Blue #251CC1
Tints of Persian Blue #251CC1
RGB
CMYK
RGB Variations
Color information
#251CC1 (or 0x251CC1) is known color: Persian Blue. HEX triplet: 25, 1C and C1. RGB value is (37,28,193). Sum of RGB (Red+Green+Blue) = 37+28+193=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 193 (75.78% from 255 or 74.81% from 258); Max value from RGB is 193 - color contains mainly: blue. Hex color #251CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CC1 is #DAE33E. Grayscale: #303030. Windows color (decimal): -14345023 or 12655653. OLE color: 12655653.
HSL color Cylindrical-coordinate representation of color #251CC1: hue angle of 243.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251CC1 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 28 | 193 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.24 |
| HSL | 243.27º | 0.75% | 0.43% | - |
| HSV(B) | 243.27º | 0.85% | 0.76% | - |
| XYZ | 10.8 | 5.07 | 50.86 | - |
| YUV | 49.5 | 208.98 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 193 | 0.81 | 0.85 | 0 | 0.24 | 243.27 | 0.75 | 0.43 |
| Hex | 25 | 1C | C1 | 51 | 55 | 0 | 18 | F3 | 4B | 2B |
| Octal | 45 | 34 | 301 | 121 | 125 | 0 | 30 | 363 | 113 | 53 |
| Binary | 100101 | 11100 | 11000001 | 1010001 | 1010101 | 0 | 11000 | 11110011 | 1001011 | 101011 |
Color Harmonies of #251CC1
Complementary color
Monochromatic Colors of #251CC1
Black with #251CC1
Text Example
Text Example
White with #251CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251CC1; }
p { color: rgb(37,28,193); }
H1.HeaderClassName
{
color: #251CC1;
}
.AnyTagClassName
{
color: #251CC1;
}
</style>
background-color css
<style>
a { background-color: #251CC1; }
a { background-color: rgb(37,28,193); }
div.DivClassName
{
background-color: #251CC1;
}
.BgClassName
{
background-color: #251CC1;
}
</style>
border-color css
<style>
span { border-color: #251CC1; }
span { border-color: rgb(37,28,193); }
td.TdClassName
{
border-color: #251CC1;
}
.TagClassName
{
border-color: #251CC1;
}
</style>