Shades of Persian Blue #282FB5
Tints of Persian Blue #282FB5
RGB
CMYK
RGB Variations
Color information
#282FB5 (or 0x282FB5) is known color: Persian Blue. HEX triplet: 28, 2F and B5. RGB value is (40,47,181). Sum of RGB (Red+Green+Blue) = 40+47+181=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 181 (71.09% from 255 or 67.54% from 268); Max value from RGB is 181 - color contains mainly: blue. Hex color #282FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282FB5 is #D7D04A. Grayscale: #3B3B3B. Windows color (decimal): -14143563 or 11874088. OLE color: 11874088.
HSL color Cylindrical-coordinate representation of color #282FB5: hue angle of 237.02º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #282FB5 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 47 | 181 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.29 |
| HSL | 237.02º | 0.64% | 0.43% | - |
| HSV(B) | 237.02º | 0.78% | 0.71% | - |
| XYZ | 10.23 | 5.82 | 44.3 | - |
| YUV | 60.18 | 196.18 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 181 | 0.78 | 0.74 | 0 | 0.29 | 237.02 | 0.64 | 0.43 |
| Hex | 28 | 2F | B5 | 4E | 4A | 0 | 1D | ED | 40 | 2B |
| Octal | 50 | 57 | 265 | 116 | 112 | 0 | 35 | 355 | 100 | 53 |
| Binary | 101000 | 101111 | 10110101 | 1001110 | 1001010 | 0 | 11101 | 11101101 | 1000000 | 101011 |
Color Harmonies of #282FB5
Complementary color
Monochromatic Colors of #282FB5
Black with #282FB5
Text Example
Text Example
White with #282FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282FB5; }
p { color: rgb(40,47,181); }
H1.HeaderClassName
{
color: #282FB5;
}
.AnyTagClassName
{
color: #282FB5;
}
</style>
background-color css
<style>
a { background-color: #282FB5; }
a { background-color: rgb(40,47,181); }
div.DivClassName
{
background-color: #282FB5;
}
.BgClassName
{
background-color: #282FB5;
}
</style>
border-color css
<style>
span { border-color: #282FB5; }
span { border-color: rgb(40,47,181); }
td.TdClassName
{
border-color: #282FB5;
}
.TagClassName
{
border-color: #282FB5;
}
</style>