Shades of Persian Blue #231FAC
Tints of Persian Blue #231FAC
RGB
CMYK
RGB Variations
Color information
#231FAC (or 0x231FAC) is known color: Persian Blue. HEX triplet: 23, 1F and AC. RGB value is (35,31,172). Sum of RGB (Red+Green+Blue) = 35+31+172=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #231FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231FAC is #DCE053. Grayscale: #2F2F2F. Windows color (decimal): -14475348 or 11280163. OLE color: 11280163.
HSL color Cylindrical-coordinate representation of color #231FAC: hue angle of 241.7º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231FAC is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 31 | 172 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.33 |
| HSL | 241.7º | 0.69% | 0.4% | - |
| HSV(B) | 241.7º | 0.82% | 0.67% | - |
| XYZ | 8.63 | 4.32 | 39.41 | - |
| YUV | 48.27 | 197.83 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 172 | 0.80 | 0.82 | 0 | 0.33 | 241.7 | 0.69 | 0.4 |
| Hex | 23 | 1F | AC | 50 | 52 | 0 | 21 | F2 | 45 | 28 |
| Octal | 43 | 37 | 254 | 120 | 122 | 0 | 41 | 362 | 105 | 50 |
| Binary | 100011 | 11111 | 10101100 | 1010000 | 1010010 | 0 | 100001 | 11110010 | 1000101 | 101000 |
Color Harmonies of #231FAC
Complementary color
Monochromatic Colors of #231FAC
Black with #231FAC
Text Example
Text Example
White with #231FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231FAC; }
p { color: rgb(35,31,172); }
H1.HeaderClassName
{
color: #231FAC;
}
.AnyTagClassName
{
color: #231FAC;
}
</style>
background-color css
<style>
a { background-color: #231FAC; }
a { background-color: rgb(35,31,172); }
div.DivClassName
{
background-color: #231FAC;
}
.BgClassName
{
background-color: #231FAC;
}
</style>
border-color css
<style>
span { border-color: #231FAC; }
span { border-color: rgb(35,31,172); }
td.TdClassName
{
border-color: #231FAC;
}
.TagClassName
{
border-color: #231FAC;
}
</style>