Shades of Persian Blue #231ABA
Tints of Persian Blue #231ABA
RGB
CMYK
RGB Variations
Color information
#231ABA (or 0x231ABA) is known color: Persian Blue. HEX triplet: 23, 1A and BA. RGB value is (35,26,186). Sum of RGB (Red+Green+Blue) = 35+26+186=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #231ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231ABA is #DCE545. Grayscale: #2E2E2E. Windows color (decimal): -14476614 or 12196387. OLE color: 12196387.
HSL color Cylindrical-coordinate representation of color #231ABA: hue angle of 243.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231ABA is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 26 | 186 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.27 |
| HSL | 243.38º | 0.75% | 0.42% | - |
| HSV(B) | 243.38º | 0.86% | 0.73% | - |
| XYZ | 9.93 | 4.64 | 46.83 | - |
| YUV | 46.93 | 206.48 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 186 | 0.81 | 0.86 | 0 | 0.27 | 243.38 | 0.75 | 0.42 |
| Hex | 23 | 1A | BA | 51 | 56 | 0 | 1B | F3 | 4B | 2A |
| Octal | 43 | 32 | 272 | 121 | 126 | 0 | 33 | 363 | 113 | 52 |
| Binary | 100011 | 11010 | 10111010 | 1010001 | 1010110 | 0 | 11011 | 11110011 | 1001011 | 101010 |
Color Harmonies of #231ABA
Complementary color
Monochromatic Colors of #231ABA
Black with #231ABA
Text Example
Text Example
White with #231ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231ABA; }
p { color: rgb(35,26,186); }
H1.HeaderClassName
{
color: #231ABA;
}
.AnyTagClassName
{
color: #231ABA;
}
</style>
background-color css
<style>
a { background-color: #231ABA; }
a { background-color: rgb(35,26,186); }
div.DivClassName
{
background-color: #231ABA;
}
.BgClassName
{
background-color: #231ABA;
}
</style>
border-color css
<style>
span { border-color: #231ABA; }
span { border-color: rgb(35,26,186); }
td.TdClassName
{
border-color: #231ABA;
}
.TagClassName
{
border-color: #231ABA;
}
</style>