Shades of Persian Blue #1827C1
Tints of Persian Blue #1827C1
RGB
CMYK
RGB Variations
Color information
#1827C1 (or 0x1827C1) is known color: Persian Blue. HEX triplet: 18, 27 and C1. RGB value is (24,39,193). Sum of RGB (Red+Green+Blue) = 24+39+193=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #1827C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1827C1 is #E7D83E. Grayscale: #333333. Windows color (decimal): -15194175 or 12658456. OLE color: 12658456.
HSL color Cylindrical-coordinate representation of color #1827C1: hue angle of 234.67º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1827C1 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 39 | 193 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.24 |
| HSL | 234.67º | 0.78% | 0.43% | - |
| HSV(B) | 234.67º | 0.88% | 0.76% | - |
| XYZ | 10.73 | 5.5 | 50.95 | - |
| YUV | 52.07 | 207.53 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 193 | 0.88 | 0.80 | 0 | 0.24 | 234.67 | 0.78 | 0.43 |
| Hex | 18 | 27 | C1 | 58 | 50 | 0 | 18 | EB | 4E | 2B |
| Octal | 30 | 47 | 301 | 130 | 120 | 0 | 30 | 353 | 116 | 53 |
| Binary | 11000 | 100111 | 11000001 | 1011000 | 1010000 | 0 | 11000 | 11101011 | 1001110 | 101011 |
Color Harmonies of #1827C1
Complementary color
Monochromatic Colors of #1827C1
Black with #1827C1
Text Example
Text Example
White with #1827C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1827C1; }
p { color: rgb(24,39,193); }
H1.HeaderClassName
{
color: #1827C1;
}
.AnyTagClassName
{
color: #1827C1;
}
</style>
background-color css
<style>
a { background-color: #1827C1; }
a { background-color: rgb(24,39,193); }
div.DivClassName
{
background-color: #1827C1;
}
.BgClassName
{
background-color: #1827C1;
}
</style>
border-color css
<style>
span { border-color: #1827C1; }
span { border-color: rgb(24,39,193); }
td.TdClassName
{
border-color: #1827C1;
}
.TagClassName
{
border-color: #1827C1;
}
</style>