Shades of Persian Blue #1C31CA
Tints of Persian Blue #1C31CA
RGB
CMYK
RGB Variations
Color information
#1C31CA (or 0x1C31CA) is known color: Persian Blue. HEX triplet: 1C, 31 and CA. RGB value is (28,49,202). Sum of RGB (Red+Green+Blue) = 28+49+202=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C31CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C31CA is #E3CE35. Grayscale: #3B3B3B. Windows color (decimal): -14929462 or 13250844. OLE color: 13250844.
HSL color Cylindrical-coordinate representation of color #1C31CA: hue angle of 232.76º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C31CA is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 49 | 202 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.21 |
| HSL | 232.76º | 0.76% | 0.45% | - |
| HSV(B) | 232.76º | 0.86% | 0.79% | - |
| XYZ | 12.24 | 6.71 | 56.53 | - |
| YUV | 60.16 | 208.04 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 49 | 202 | 0.86 | 0.76 | 0 | 0.21 | 232.76 | 0.76 | 0.45 |
| Hex | 1C | 31 | CA | 56 | 4C | 0 | 15 | E9 | 4C | 2D |
| Octal | 34 | 61 | 312 | 126 | 114 | 0 | 25 | 351 | 114 | 55 |
| Binary | 11100 | 110001 | 11001010 | 1010110 | 1001100 | 0 | 10101 | 11101001 | 1001100 | 101101 |
Color Harmonies of #1C31CA
Complementary color
Monochromatic Colors of #1C31CA
Black with #1C31CA
Text Example
Text Example
White with #1C31CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C31CA; }
p { color: rgb(28,49,202); }
H1.HeaderClassName
{
color: #1C31CA;
}
.AnyTagClassName
{
color: #1C31CA;
}
</style>
background-color css
<style>
a { background-color: #1C31CA; }
a { background-color: rgb(28,49,202); }
div.DivClassName
{
background-color: #1C31CA;
}
.BgClassName
{
background-color: #1C31CA;
}
</style>
border-color css
<style>
span { border-color: #1C31CA; }
span { border-color: rgb(28,49,202); }
td.TdClassName
{
border-color: #1C31CA;
}
.TagClassName
{
border-color: #1C31CA;
}
</style>