Shades of Persian Blue #231AD0
Tints of Persian Blue #231AD0
RGB
CMYK
RGB Variations
Color information
#231AD0 (or 0x231AD0) is known color: Persian Blue. HEX triplet: 23, 1A and D0. RGB value is (35,26,208). Sum of RGB (Red+Green+Blue) = 35+26+208=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 208 (81.64% from 255 or 77.32% from 269); Max value from RGB is 208 - color contains mainly: blue. Hex color #231AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231AD0 is #DCE52F. Grayscale: #303030. Windows color (decimal): -14476592 or 13638179. OLE color: 13638179.
HSL color Cylindrical-coordinate representation of color #231AD0: hue angle of 242.97º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231AD0 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 26 | 208 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.18 |
| HSL | 242.97º | 0.78% | 0.46% | - |
| HSV(B) | 242.97º | 0.88% | 0.82% | - |
| XYZ | 12.45 | 5.65 | 60.11 | - |
| YUV | 49.44 | 217.48 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 208 | 0.83 | 0.88 | 0 | 0.18 | 242.97 | 0.78 | 0.46 |
| Hex | 23 | 1A | D0 | 53 | 58 | 0 | 12 | F3 | 4E | 2E |
| Octal | 43 | 32 | 320 | 123 | 130 | 0 | 22 | 363 | 116 | 56 |
| Binary | 100011 | 11010 | 11010000 | 1010011 | 1011000 | 0 | 10010 | 11110011 | 1001110 | 101110 |
Color Harmonies of #231AD0
Complementary color
Monochromatic Colors of #231AD0
Black with #231AD0
Text Example
Text Example
White with #231AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231AD0; }
p { color: rgb(35,26,208); }
H1.HeaderClassName
{
color: #231AD0;
}
.AnyTagClassName
{
color: #231AD0;
}
</style>
background-color css
<style>
a { background-color: #231AD0; }
a { background-color: rgb(35,26,208); }
div.DivClassName
{
background-color: #231AD0;
}
.BgClassName
{
background-color: #231AD0;
}
</style>
border-color css
<style>
span { border-color: #231AD0; }
span { border-color: rgb(35,26,208); }
td.TdClassName
{
border-color: #231AD0;
}
.TagClassName
{
border-color: #231AD0;
}
</style>