Shades of Persian Blue #231DDA
Tints of Persian Blue #231DDA
RGB
CMYK
RGB Variations
Color information
#231DDA (or 0x231DDA) is known color: Persian Blue. HEX triplet: 23, 1D and DA. RGB value is (35,29,218). Sum of RGB (Red+Green+Blue) = 35+29+218=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #231DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231DDA is #DCE225. Grayscale: #333333. Windows color (decimal): -14475814 or 14294307. OLE color: 14294307.
HSL color Cylindrical-coordinate representation of color #231DDA: hue angle of 241.9º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231DDA is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 29 | 218 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.15 |
| HSL | 241.9º | 0.77% | 0.48% | - |
| HSV(B) | 241.9º | 0.87% | 0.85% | - |
| XYZ | 13.79 | 6.3 | 66.82 | - |
| YUV | 52.34 | 221.49 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 218 | 0.84 | 0.87 | 0 | 0.15 | 241.9 | 0.77 | 0.48 |
| Hex | 23 | 1D | DA | 54 | 57 | 0 | F | F2 | 4D | 30 |
| Octal | 43 | 35 | 332 | 124 | 127 | 0 | 17 | 362 | 115 | 60 |
| Binary | 100011 | 11101 | 11011010 | 1010100 | 1010111 | 0 | 1111 | 11110010 | 1001101 | 110000 |
Color Harmonies of #231DDA
Complementary color
Monochromatic Colors of #231DDA
Black with #231DDA
Text Example
Text Example
White with #231DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231DDA; }
p { color: rgb(35,29,218); }
H1.HeaderClassName
{
color: #231DDA;
}
.AnyTagClassName
{
color: #231DDA;
}
</style>
background-color css
<style>
a { background-color: #231DDA; }
a { background-color: rgb(35,29,218); }
div.DivClassName
{
background-color: #231DDA;
}
.BgClassName
{
background-color: #231DDA;
}
</style>
border-color css
<style>
span { border-color: #231DDA; }
span { border-color: rgb(35,29,218); }
td.TdClassName
{
border-color: #231DDA;
}
.TagClassName
{
border-color: #231DDA;
}
</style>