Shades of Persian Blue #2429C1
Tints of Persian Blue #2429C1
RGB
CMYK
RGB Variations
Color information
#2429C1 (or 0x2429C1) is known color: Persian Blue. HEX triplet: 24, 29 and C1. RGB value is (36,41,193). Sum of RGB (Red+Green+Blue) = 36+41+193=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 193 (75.78% from 255 or 71.48% from 270); Max value from RGB is 193 - color contains mainly: blue. Hex color #2429C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2429C1 is #DBD63E. Grayscale: #383838. Windows color (decimal): -14407231 or 12658980. OLE color: 12658980.
HSL color Cylindrical-coordinate representation of color #2429C1: hue angle of 238.09º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2429C1 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 41 | 193 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.24 |
| HSL | 238.09º | 0.69% | 0.45% | - |
| HSV(B) | 238.09º | 0.81% | 0.76% | - |
| XYZ | 11.15 | 5.81 | 50.99 | - |
| YUV | 56.83 | 204.84 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 193 | 0.81 | 0.79 | 0 | 0.24 | 238.09 | 0.69 | 0.45 |
| Hex | 24 | 29 | C1 | 51 | 4F | 0 | 18 | EE | 45 | 2D |
| Octal | 44 | 51 | 301 | 121 | 117 | 0 | 30 | 356 | 105 | 55 |
| Binary | 100100 | 101001 | 11000001 | 1010001 | 1001111 | 0 | 11000 | 11101110 | 1000101 | 101101 |
Color Harmonies of #2429C1
Complementary color
Monochromatic Colors of #2429C1
Black with #2429C1
Text Example
Text Example
White with #2429C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2429C1; }
p { color: rgb(36,41,193); }
H1.HeaderClassName
{
color: #2429C1;
}
.AnyTagClassName
{
color: #2429C1;
}
</style>
background-color css
<style>
a { background-color: #2429C1; }
a { background-color: rgb(36,41,193); }
div.DivClassName
{
background-color: #2429C1;
}
.BgClassName
{
background-color: #2429C1;
}
</style>
border-color css
<style>
span { border-color: #2429C1; }
span { border-color: rgb(36,41,193); }
td.TdClassName
{
border-color: #2429C1;
}
.TagClassName
{
border-color: #2429C1;
}
</style>