Shades of Persian Blue #231CC5
Tints of Persian Blue #231CC5
RGB
CMYK
RGB Variations
Color information
#231CC5 (or 0x231CC5) is known color: Persian Blue. HEX triplet: 23, 1C and C5. RGB value is (35,28,197). Sum of RGB (Red+Green+Blue) = 35+28+197=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 197 (77.34% from 255 or 75.77% from 260); Max value from RGB is 197 - color contains mainly: blue. Hex color #231CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CC5 is #DCE33A. Grayscale: #303030. Windows color (decimal): -14476091 or 12917795. OLE color: 12917795.
HSL color Cylindrical-coordinate representation of color #231CC5: hue angle of 242.49º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231CC5 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 28 | 197 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.23 |
| HSL | 242.49º | 0.75% | 0.44% | - |
| HSV(B) | 242.49º | 0.86% | 0.77% | - |
| XYZ | 11.19 | 5.22 | 53.24 | - |
| YUV | 49.36 | 211.32 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 197 | 0.82 | 0.86 | 0 | 0.23 | 242.49 | 0.75 | 0.44 |
| Hex | 23 | 1C | C5 | 52 | 56 | 0 | 17 | F2 | 4B | 2C |
| Octal | 43 | 34 | 305 | 122 | 126 | 0 | 27 | 362 | 113 | 54 |
| Binary | 100011 | 11100 | 11000101 | 1010010 | 1010110 | 0 | 10111 | 11110010 | 1001011 | 101100 |
Color Harmonies of #231CC5
Complementary color
Monochromatic Colors of #231CC5
Black with #231CC5
Text Example
Text Example
White with #231CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CC5; }
p { color: rgb(35,28,197); }
H1.HeaderClassName
{
color: #231CC5;
}
.AnyTagClassName
{
color: #231CC5;
}
</style>
background-color css
<style>
a { background-color: #231CC5; }
a { background-color: rgb(35,28,197); }
div.DivClassName
{
background-color: #231CC5;
}
.BgClassName
{
background-color: #231CC5;
}
</style>
border-color css
<style>
span { border-color: #231CC5; }
span { border-color: rgb(35,28,197); }
td.TdClassName
{
border-color: #231CC5;
}
.TagClassName
{
border-color: #231CC5;
}
</style>