Shades of Persian Blue #282FB4
Tints of Persian Blue #282FB4
RGB
CMYK
RGB Variations
Color information
#282FB4 (or 0x282FB4) is known color: Persian Blue. HEX triplet: 28, 2F and B4. RGB value is (40,47,180). Sum of RGB (Red+Green+Blue) = 40+47+180=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 180 (70.70% from 255 or 67.42% from 267); Max value from RGB is 180 - color contains mainly: blue. Hex color #282FB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282FB4 is #D7D04B. Grayscale: #3B3B3B. Windows color (decimal): -14143564 or 11808552. OLE color: 11808552.
HSL color Cylindrical-coordinate representation of color #282FB4: hue angle of 237º 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 #282FB4 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 47 | 180 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.29 |
| HSL | 237º | 0.64% | 0.43% | - |
| HSV(B) | 237º | 0.78% | 0.71% | - |
| XYZ | 10.13 | 5.78 | 43.76 | - |
| YUV | 60.07 | 195.68 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 180 | 0.78 | 0.74 | 0 | 0.29 | 237 | 0.64 | 0.43 |
| Hex | 28 | 2F | B4 | 4E | 4A | 0 | 1D | ED | 40 | 2B |
| Octal | 50 | 57 | 264 | 116 | 112 | 0 | 35 | 355 | 100 | 53 |
| Binary | 101000 | 101111 | 10110100 | 1001110 | 1001010 | 0 | 11101 | 11101101 | 1000000 | 101011 |
Color Harmonies of #282FB4
Complementary color
Monochromatic Colors of #282FB4
Black with #282FB4
Text Example
Text Example
White with #282FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282FB4; }
p { color: rgb(40,47,180); }
H1.HeaderClassName
{
color: #282FB4;
}
.AnyTagClassName
{
color: #282FB4;
}
</style>
background-color css
<style>
a { background-color: #282FB4; }
a { background-color: rgb(40,47,180); }
div.DivClassName
{
background-color: #282FB4;
}
.BgClassName
{
background-color: #282FB4;
}
</style>
border-color css
<style>
span { border-color: #282FB4; }
span { border-color: rgb(40,47,180); }
td.TdClassName
{
border-color: #282FB4;
}
.TagClassName
{
border-color: #282FB4;
}
</style>