Shades of Persian Blue #231AC0
Tints of Persian Blue #231AC0
RGB
CMYK
RGB Variations
Color information
#231AC0 (or 0x231AC0) is known color: Persian Blue. HEX triplet: 23, 1A and C0. RGB value is (35,26,192). Sum of RGB (Red+Green+Blue) = 35+26+192=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 192 (75.39% from 255 or 75.89% from 253); Max value from RGB is 192 - color contains mainly: blue. Hex color #231AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231AC0 is #DCE53F. Grayscale: #2E2E2E. Windows color (decimal): -14476608 or 12589603. OLE color: 12589603.
HSL color Cylindrical-coordinate representation of color #231AC0: hue angle of 243.25º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231AC0 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 26 | 192 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.25 |
| HSL | 243.25º | 0.76% | 0.43% | - |
| HSV(B) | 243.25º | 0.86% | 0.75% | - |
| XYZ | 10.58 | 4.9 | 50.26 | - |
| YUV | 47.62 | 209.48 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 192 | 0.82 | 0.86 | 0 | 0.25 | 243.25 | 0.76 | 0.43 |
| Hex | 23 | 1A | C0 | 52 | 56 | 0 | 19 | F3 | 4C | 2B |
| Octal | 43 | 32 | 300 | 122 | 126 | 0 | 31 | 363 | 114 | 53 |
| Binary | 100011 | 11010 | 11000000 | 1010010 | 1010110 | 0 | 11001 | 11110011 | 1001100 | 101011 |
Color Harmonies of #231AC0
Complementary color
Monochromatic Colors of #231AC0
Black with #231AC0
Text Example
Text Example
White with #231AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231AC0; }
p { color: rgb(35,26,192); }
H1.HeaderClassName
{
color: #231AC0;
}
.AnyTagClassName
{
color: #231AC0;
}
</style>
background-color css
<style>
a { background-color: #231AC0; }
a { background-color: rgb(35,26,192); }
div.DivClassName
{
background-color: #231AC0;
}
.BgClassName
{
background-color: #231AC0;
}
</style>
border-color css
<style>
span { border-color: #231AC0; }
span { border-color: rgb(35,26,192); }
td.TdClassName
{
border-color: #231AC0;
}
.TagClassName
{
border-color: #231AC0;
}
</style>