Shades of Persian Blue #231BD0
Tints of Persian Blue #231BD0
RGB
CMYK
RGB Variations
Color information
#231BD0 (or 0x231BD0) is known color: Persian Blue. HEX triplet: 23, 1B and D0. RGB value is (35,27,208). Sum of RGB (Red+Green+Blue) = 35+27+208=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 208 (81.64% from 255 or 77.04% from 270); Max value from RGB is 208 - color contains mainly: blue. Hex color #231BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231BD0 is #DCE42F. Grayscale: #313131. Windows color (decimal): -14476336 or 13638435. OLE color: 13638435.
HSL color Cylindrical-coordinate representation of color #231BD0: hue angle of 242.65º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231BD0 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 27 | 208 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.18 |
| HSL | 242.65º | 0.77% | 0.46% | - |
| HSV(B) | 242.65º | 0.87% | 0.82% | - |
| XYZ | 12.47 | 5.7 | 60.12 | - |
| YUV | 50.03 | 217.15 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 208 | 0.83 | 0.87 | 0 | 0.18 | 242.65 | 0.77 | 0.46 |
| Hex | 23 | 1B | D0 | 53 | 57 | 0 | 12 | F3 | 4D | 2E |
| Octal | 43 | 33 | 320 | 123 | 127 | 0 | 22 | 363 | 115 | 56 |
| Binary | 100011 | 11011 | 11010000 | 1010011 | 1010111 | 0 | 10010 | 11110011 | 1001101 | 101110 |
Color Harmonies of #231BD0
Complementary color
Monochromatic Colors of #231BD0
Black with #231BD0
Text Example
Text Example
White with #231BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231BD0; }
p { color: rgb(35,27,208); }
H1.HeaderClassName
{
color: #231BD0;
}
.AnyTagClassName
{
color: #231BD0;
}
</style>
background-color css
<style>
a { background-color: #231BD0; }
a { background-color: rgb(35,27,208); }
div.DivClassName
{
background-color: #231BD0;
}
.BgClassName
{
background-color: #231BD0;
}
</style>
border-color css
<style>
span { border-color: #231BD0; }
span { border-color: rgb(35,27,208); }
td.TdClassName
{
border-color: #231BD0;
}
.TagClassName
{
border-color: #231BD0;
}
</style>