Shades of Persian Blue #231AB4
Tints of Persian Blue #231AB4
RGB
CMYK
RGB Variations
Color information
#231AB4 (or 0x231AB4) is known color: Persian Blue. HEX triplet: 23, 1A and B4. RGB value is (35,26,180). Sum of RGB (Red+Green+Blue) = 35+26+180=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 180 (70.70% from 255 or 74.69% from 241); Max value from RGB is 180 - color contains mainly: blue. Hex color #231AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231AB4 is #DCE54B. Grayscale: #2D2D2D. Windows color (decimal): -14476620 or 11803171. OLE color: 11803171.
HSL color Cylindrical-coordinate representation of color #231AB4: hue angle of 243.51º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231AB4 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 26 | 180 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.29 |
| HSL | 243.51º | 0.75% | 0.4% | - |
| HSV(B) | 243.51º | 0.86% | 0.71% | - |
| XYZ | 9.3 | 4.39 | 43.54 | - |
| YUV | 46.25 | 203.48 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 180 | 0.81 | 0.86 | 0 | 0.29 | 243.51 | 0.75 | 0.4 |
| Hex | 23 | 1A | B4 | 51 | 56 | 0 | 1D | F4 | 4B | 28 |
| Octal | 43 | 32 | 264 | 121 | 126 | 0 | 35 | 364 | 113 | 50 |
| Binary | 100011 | 11010 | 10110100 | 1010001 | 1010110 | 0 | 11101 | 11110100 | 1001011 | 101000 |
Color Harmonies of #231AB4
Complementary color
Monochromatic Colors of #231AB4
Black with #231AB4
Text Example
Text Example
White with #231AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231AB4; }
p { color: rgb(35,26,180); }
H1.HeaderClassName
{
color: #231AB4;
}
.AnyTagClassName
{
color: #231AB4;
}
</style>
background-color css
<style>
a { background-color: #231AB4; }
a { background-color: rgb(35,26,180); }
div.DivClassName
{
background-color: #231AB4;
}
.BgClassName
{
background-color: #231AB4;
}
</style>
border-color css
<style>
span { border-color: #231AB4; }
span { border-color: rgb(35,26,180); }
td.TdClassName
{
border-color: #231AB4;
}
.TagClassName
{
border-color: #231AB4;
}
</style>