Shades of Persian Blue #292DC1
Tints of Persian Blue #292DC1
RGB
CMYK
RGB Variations
Color information
#292DC1 (or 0x292DC1) is known color: Persian Blue. HEX triplet: 29, 2D and C1. RGB value is (41,45,193). Sum of RGB (Red+Green+Blue) = 41+45+193=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 193 (75.78% from 255 or 69.18% from 279); Max value from RGB is 193 - color contains mainly: blue. Hex color #292DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #292DC1 is #D6D23E. Grayscale: #3C3C3C. Windows color (decimal): -14078527 or 12660009. OLE color: 12660009.
HSL color Cylindrical-coordinate representation of color #292DC1: hue angle of 238.42º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #292DC1 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 45 | 193 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.24 |
| HSL | 238.42º | 0.65% | 0.46% | - |
| HSV(B) | 238.42º | 0.79% | 0.76% | - |
| XYZ | 11.48 | 6.2 | 51.04 | - |
| YUV | 60.68 | 202.67 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 193 | 0.79 | 0.77 | 0 | 0.24 | 238.42 | 0.65 | 0.46 |
| Hex | 29 | 2D | C1 | 4F | 4D | 0 | 18 | EE | 41 | 2E |
| Octal | 51 | 55 | 301 | 117 | 115 | 0 | 30 | 356 | 101 | 56 |
| Binary | 101001 | 101101 | 11000001 | 1001111 | 1001101 | 0 | 11000 | 11101110 | 1000001 | 101110 |
Color Harmonies of #292DC1
Complementary color
Monochromatic Colors of #292DC1
Black with #292DC1
Text Example
Text Example
White with #292DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292DC1; }
p { color: rgb(41,45,193); }
H1.HeaderClassName
{
color: #292DC1;
}
.AnyTagClassName
{
color: #292DC1;
}
</style>
background-color css
<style>
a { background-color: #292DC1; }
a { background-color: rgb(41,45,193); }
div.DivClassName
{
background-color: #292DC1;
}
.BgClassName
{
background-color: #292DC1;
}
</style>
border-color css
<style>
span { border-color: #292DC1; }
span { border-color: rgb(41,45,193); }
td.TdClassName
{
border-color: #292DC1;
}
.TagClassName
{
border-color: #292DC1;
}
</style>