Shades of Persian Blue #231EC4
Tints of Persian Blue #231EC4
RGB
CMYK
RGB Variations
Color information
#231EC4 (or 0x231EC4) is known color: Persian Blue. HEX triplet: 23, 1E and C4. RGB value is (35,30,196). Sum of RGB (Red+Green+Blue) = 35+30+196=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 196 (76.95% from 255 or 75.10% from 261); Max value from RGB is 196 - color contains mainly: blue. Hex color #231EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231EC4 is #DCE13B. Grayscale: #313131. Windows color (decimal): -14475580 or 12852771. OLE color: 12852771.
HSL color Cylindrical-coordinate representation of color #231EC4: hue angle of 241.81º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231EC4 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 30 | 196 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.23 |
| HSL | 241.81º | 0.73% | 0.44% | - |
| HSV(B) | 241.81º | 0.85% | 0.77% | - |
| XYZ | 11.12 | 5.27 | 52.66 | - |
| YUV | 50.42 | 210.16 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 196 | 0.82 | 0.85 | 0 | 0.23 | 241.81 | 0.73 | 0.44 |
| Hex | 23 | 1E | C4 | 52 | 55 | 0 | 17 | F2 | 49 | 2C |
| Octal | 43 | 36 | 304 | 122 | 125 | 0 | 27 | 362 | 111 | 54 |
| Binary | 100011 | 11110 | 11000100 | 1010010 | 1010101 | 0 | 10111 | 11110010 | 1001001 | 101100 |
Color Harmonies of #231EC4
Complementary color
Monochromatic Colors of #231EC4
Black with #231EC4
Text Example
Text Example
White with #231EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231EC4; }
p { color: rgb(35,30,196); }
H1.HeaderClassName
{
color: #231EC4;
}
.AnyTagClassName
{
color: #231EC4;
}
</style>
background-color css
<style>
a { background-color: #231EC4; }
a { background-color: rgb(35,30,196); }
div.DivClassName
{
background-color: #231EC4;
}
.BgClassName
{
background-color: #231EC4;
}
</style>
border-color css
<style>
span { border-color: #231EC4; }
span { border-color: rgb(35,30,196); }
td.TdClassName
{
border-color: #231EC4;
}
.TagClassName
{
border-color: #231EC4;
}
</style>