Shades of Persian Blue #231FBA
Tints of Persian Blue #231FBA
RGB
CMYK
RGB Variations
Color information
#231FBA (or 0x231FBA) is known color: Persian Blue. HEX triplet: 23, 1F and BA. RGB value is (35,31,186). Sum of RGB (Red+Green+Blue) = 35+31+186=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #231FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231FBA is #DCE045. Grayscale: #313131. Windows color (decimal): -14475334 or 12197667. OLE color: 12197667.
HSL color Cylindrical-coordinate representation of color #231FBA: hue angle of 241.55º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231FBA is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 31 | 186 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.27 |
| HSL | 241.55º | 0.71% | 0.43% | - |
| HSV(B) | 241.55º | 0.83% | 0.73% | - |
| XYZ | 10.05 | 4.88 | 46.87 | - |
| YUV | 49.87 | 204.83 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 186 | 0.81 | 0.83 | 0 | 0.27 | 241.55 | 0.71 | 0.43 |
| Hex | 23 | 1F | BA | 51 | 53 | 0 | 1B | F2 | 47 | 2B |
| Octal | 43 | 37 | 272 | 121 | 123 | 0 | 33 | 362 | 107 | 53 |
| Binary | 100011 | 11111 | 10111010 | 1010001 | 1010011 | 0 | 11011 | 11110010 | 1000111 | 101011 |
Color Harmonies of #231FBA
Complementary color
Monochromatic Colors of #231FBA
Black with #231FBA
Text Example
Text Example
White with #231FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231FBA; }
p { color: rgb(35,31,186); }
H1.HeaderClassName
{
color: #231FBA;
}
.AnyTagClassName
{
color: #231FBA;
}
</style>
background-color css
<style>
a { background-color: #231FBA; }
a { background-color: rgb(35,31,186); }
div.DivClassName
{
background-color: #231FBA;
}
.BgClassName
{
background-color: #231FBA;
}
</style>
border-color css
<style>
span { border-color: #231FBA; }
span { border-color: rgb(35,31,186); }
td.TdClassName
{
border-color: #231FBA;
}
.TagClassName
{
border-color: #231FBA;
}
</style>