Shades of Persian Blue #2132C6
Tints of Persian Blue #2132C6
RGB
CMYK
RGB Variations
Color information
#2132C6 (or 0x2132C6) is known color: Persian Blue. HEX triplet: 21, 32 and C6. RGB value is (33,50,198). Sum of RGB (Red+Green+Blue) = 33+50+198=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 198 (77.73% from 255 or 70.46% from 281); Max value from RGB is 198 - color contains mainly: blue. Hex color #2132C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2132C6 is #DECD39. Grayscale: #3D3D3D. Windows color (decimal): -14601530 or 12988961. OLE color: 12988961.
HSL color Cylindrical-coordinate representation of color #2132C6: hue angle of 233.82º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2132C6 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 50 | 198 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.22 |
| HSL | 233.82º | 0.71% | 0.45% | - |
| HSV(B) | 233.82º | 0.83% | 0.78% | - |
| XYZ | 11.96 | 6.68 | 54.09 | - |
| YUV | 61.79 | 204.87 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 198 | 0.83 | 0.75 | 0 | 0.22 | 233.82 | 0.71 | 0.45 |
| Hex | 21 | 32 | C6 | 53 | 4B | 0 | 16 | EA | 47 | 2D |
| Octal | 41 | 62 | 306 | 123 | 113 | 0 | 26 | 352 | 107 | 55 |
| Binary | 100001 | 110010 | 11000110 | 1010011 | 1001011 | 0 | 10110 | 11101010 | 1000111 | 101101 |
Color Harmonies of #2132C6
Complementary color
Monochromatic Colors of #2132C6
Black with #2132C6
Text Example
Text Example
White with #2132C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2132C6; }
p { color: rgb(33,50,198); }
H1.HeaderClassName
{
color: #2132C6;
}
.AnyTagClassName
{
color: #2132C6;
}
</style>
background-color css
<style>
a { background-color: #2132C6; }
a { background-color: rgb(33,50,198); }
div.DivClassName
{
background-color: #2132C6;
}
.BgClassName
{
background-color: #2132C6;
}
</style>
border-color css
<style>
span { border-color: #2132C6; }
span { border-color: rgb(33,50,198); }
td.TdClassName
{
border-color: #2132C6;
}
.TagClassName
{
border-color: #2132C6;
}
</style>