Shades of Persian Blue #1432CD
Tints of Persian Blue #1432CD
RGB
CMYK
RGB Variations
Color information
#1432CD (or 0x1432CD) is known color: Persian Blue. HEX triplet: 14, 32 and CD. RGB value is (20,50,205). Sum of RGB (Red+Green+Blue) = 20+50+205=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #1432CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1432CD is #EBCD32. Grayscale: #3A3A3A. Windows color (decimal): -15453491 or 13447700. OLE color: 13447700.
HSL color Cylindrical-coordinate representation of color #1432CD: hue angle of 230.27º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1432CD is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 50 | 205 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.20 |
| HSL | 230.27º | 0.82% | 0.44% | - |
| HSV(B) | 230.27º | 0.9% | 0.8% | - |
| XYZ | 12.45 | 6.84 | 58.42 | - |
| YUV | 58.7 | 210.56 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 205 | 0.90 | 0.76 | 0 | 0.20 | 230.27 | 0.82 | 0.44 |
| Hex | 14 | 32 | CD | 5A | 4C | 0 | 14 | E6 | 52 | 2C |
| Octal | 24 | 62 | 315 | 132 | 114 | 0 | 24 | 346 | 122 | 54 |
| Binary | 10100 | 110010 | 11001101 | 1011010 | 1001100 | 0 | 10100 | 11100110 | 1010010 | 101100 |
Color Harmonies of #1432CD
Complementary color
Monochromatic Colors of #1432CD
Black with #1432CD
Text Example
Text Example
White with #1432CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1432CD; }
p { color: rgb(20,50,205); }
H1.HeaderClassName
{
color: #1432CD;
}
.AnyTagClassName
{
color: #1432CD;
}
</style>
background-color css
<style>
a { background-color: #1432CD; }
a { background-color: rgb(20,50,205); }
div.DivClassName
{
background-color: #1432CD;
}
.BgClassName
{
background-color: #1432CD;
}
</style>
border-color css
<style>
span { border-color: #1432CD; }
span { border-color: rgb(20,50,205); }
td.TdClassName
{
border-color: #1432CD;
}
.TagClassName
{
border-color: #1432CD;
}
</style>