Shades of Persian Blue #231DAE
Tints of Persian Blue #231DAE
RGB
CMYK
RGB Variations
Color information
#231DAE (or 0x231DAE) is known color: Persian Blue. HEX triplet: 23, 1D and AE. RGB value is (35,29,174). Sum of RGB (Red+Green+Blue) = 35+29+174=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #231DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231DAE is #DCE251. Grayscale: #2E2E2E. Windows color (decimal): -14475858 or 11410723. OLE color: 11410723.
HSL color Cylindrical-coordinate representation of color #231DAE: hue angle of 242.48º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231DAE is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 29 | 174 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.32 |
| HSL | 242.48º | 0.71% | 0.4% | - |
| HSV(B) | 242.48º | 0.83% | 0.68% | - |
| XYZ | 8.77 | 4.29 | 40.41 | - |
| YUV | 47.32 | 199.49 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 174 | 0.80 | 0.83 | 0 | 0.32 | 242.48 | 0.71 | 0.4 |
| Hex | 23 | 1D | AE | 50 | 53 | 0 | 20 | F2 | 47 | 28 |
| Octal | 43 | 35 | 256 | 120 | 123 | 0 | 40 | 362 | 107 | 50 |
| Binary | 100011 | 11101 | 10101110 | 1010000 | 1010011 | 0 | 100000 | 11110010 | 1000111 | 101000 |
Color Harmonies of #231DAE
Complementary color
Monochromatic Colors of #231DAE
Black with #231DAE
Text Example
Text Example
White with #231DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231DAE; }
p { color: rgb(35,29,174); }
H1.HeaderClassName
{
color: #231DAE;
}
.AnyTagClassName
{
color: #231DAE;
}
</style>
background-color css
<style>
a { background-color: #231DAE; }
a { background-color: rgb(35,29,174); }
div.DivClassName
{
background-color: #231DAE;
}
.BgClassName
{
background-color: #231DAE;
}
</style>
border-color css
<style>
span { border-color: #231DAE; }
span { border-color: rgb(35,29,174); }
td.TdClassName
{
border-color: #231DAE;
}
.TagClassName
{
border-color: #231DAE;
}
</style>