Shades of Persian Blue #281CB6
Tints of Persian Blue #281CB6
RGB
CMYK
RGB Variations
Color information
#281CB6 (or 0x281CB6) is known color: Persian Blue. HEX triplet: 28, 1C and B6. RGB value is (40,28,182). Sum of RGB (Red+Green+Blue) = 40+28+182=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 182 (71.48% from 255 or 72.8% from 250); Max value from RGB is 182 - color contains mainly: blue. Hex color #281CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281CB6 is #D7E349. Grayscale: #303030. Windows color (decimal): -14148426 or 11934760. OLE color: 11934760.
HSL color Cylindrical-coordinate representation of color #281CB6: hue angle of 244.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281CB6 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 28 | 182 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.29 |
| HSL | 244.68º | 0.73% | 0.41% | - |
| HSV(B) | 244.68º | 0.85% | 0.71% | - |
| XYZ | 9.73 | 4.66 | 44.64 | - |
| YUV | 49.14 | 202.98 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 182 | 0.78 | 0.85 | 0 | 0.29 | 244.68 | 0.73 | 0.41 |
| Hex | 28 | 1C | B6 | 4E | 55 | 0 | 1D | F5 | 49 | 29 |
| Octal | 50 | 34 | 266 | 116 | 125 | 0 | 35 | 365 | 111 | 51 |
| Binary | 101000 | 11100 | 10110110 | 1001110 | 1010101 | 0 | 11101 | 11110101 | 1001001 | 101001 |
Color Harmonies of #281CB6
Complementary color
Monochromatic Colors of #281CB6
Black with #281CB6
Text Example
Text Example
White with #281CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281CB6; }
p { color: rgb(40,28,182); }
H1.HeaderClassName
{
color: #281CB6;
}
.AnyTagClassName
{
color: #281CB6;
}
</style>
background-color css
<style>
a { background-color: #281CB6; }
a { background-color: rgb(40,28,182); }
div.DivClassName
{
background-color: #281CB6;
}
.BgClassName
{
background-color: #281CB6;
}
</style>
border-color css
<style>
span { border-color: #281CB6; }
span { border-color: rgb(40,28,182); }
td.TdClassName
{
border-color: #281CB6;
}
.TagClassName
{
border-color: #281CB6;
}
</style>