Shades of Persian Blue #1841C3
Tints of Persian Blue #1841C3
RGB
CMYK
RGB Variations
Color information
#1841C3 (or 0x1841C3) is known color: Persian Blue. HEX triplet: 18, 41 and C3. RGB value is (24,65,195). Sum of RGB (Red+Green+Blue) = 24+65+195=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 195 (76.56% from 255 or 68.66% from 284); Max value from RGB is 195 - color contains mainly: blue. Hex color #1841C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1841C3 is #E7BE3C. Grayscale: #434343. Windows color (decimal): -15187517 or 12796184. OLE color: 12796184.
HSL color Cylindrical-coordinate representation of color #1841C3: hue angle of 225.61º 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 #1841C3 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 65 | 195 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.24 |
| HSL | 225.61º | 0.78% | 0.43% | - |
| HSV(B) | 225.61º | 0.88% | 0.76% | - |
| XYZ | 12.12 | 7.91 | 52.52 | - |
| YUV | 67.56 | 199.92 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 195 | 0.88 | 0.67 | 0 | 0.24 | 225.61 | 0.78 | 0.43 |
| Hex | 18 | 41 | C3 | 58 | 43 | 0 | 18 | E2 | 4E | 2B |
| Octal | 30 | 101 | 303 | 130 | 103 | 0 | 30 | 342 | 116 | 53 |
| Binary | 11000 | 1000001 | 11000011 | 1011000 | 1000011 | 0 | 11000 | 11100010 | 1001110 | 101011 |
Color Harmonies of #1841C3
Complementary color
Monochromatic Colors of #1841C3
Black with #1841C3
Text Example
Text Example
White with #1841C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1841C3; }
p { color: rgb(24,65,195); }
H1.HeaderClassName
{
color: #1841C3;
}
.AnyTagClassName
{
color: #1841C3;
}
</style>
background-color css
<style>
a { background-color: #1841C3; }
a { background-color: rgb(24,65,195); }
div.DivClassName
{
background-color: #1841C3;
}
.BgClassName
{
background-color: #1841C3;
}
</style>
border-color css
<style>
span { border-color: #1841C3; }
span { border-color: rgb(24,65,195); }
td.TdClassName
{
border-color: #1841C3;
}
.TagClassName
{
border-color: #1841C3;
}
</style>