Shades of Persian Blue #231BC9
Tints of Persian Blue #231BC9
RGB
CMYK
RGB Variations
Color information
#231BC9 (or 0x231BC9) is known color: Persian Blue. HEX triplet: 23, 1B and C9. RGB value is (35,27,201). Sum of RGB (Red+Green+Blue) = 35+27+201=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 201 (78.91% from 255 or 76.43% from 263); Max value from RGB is 201 - color contains mainly: blue. Hex color #231BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231BC9 is #DCE436. Grayscale: #303030. Windows color (decimal): -14476343 or 13179683. OLE color: 13179683.
HSL color Cylindrical-coordinate representation of color #231BC9: hue angle of 242.76º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231BC9 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 27 | 201 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.21 |
| HSL | 242.76º | 0.76% | 0.45% | - |
| HSV(B) | 242.76º | 0.87% | 0.79% | - |
| XYZ | 11.63 | 5.36 | 55.68 | - |
| YUV | 49.23 | 213.65 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 201 | 0.83 | 0.87 | 0 | 0.21 | 242.76 | 0.76 | 0.45 |
| Hex | 23 | 1B | C9 | 53 | 57 | 0 | 15 | F3 | 4C | 2D |
| Octal | 43 | 33 | 311 | 123 | 127 | 0 | 25 | 363 | 114 | 55 |
| Binary | 100011 | 11011 | 11001001 | 1010011 | 1010111 | 0 | 10101 | 11110011 | 1001100 | 101101 |
Color Harmonies of #231BC9
Complementary color
Monochromatic Colors of #231BC9
Black with #231BC9
Text Example
Text Example
White with #231BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231BC9; }
p { color: rgb(35,27,201); }
H1.HeaderClassName
{
color: #231BC9;
}
.AnyTagClassName
{
color: #231BC9;
}
</style>
background-color css
<style>
a { background-color: #231BC9; }
a { background-color: rgb(35,27,201); }
div.DivClassName
{
background-color: #231BC9;
}
.BgClassName
{
background-color: #231BC9;
}
</style>
border-color css
<style>
span { border-color: #231BC9; }
span { border-color: rgb(35,27,201); }
td.TdClassName
{
border-color: #231BC9;
}
.TagClassName
{
border-color: #231BC9;
}
</style>