Shades of Persian Blue #282FB6
Tints of Persian Blue #282FB6
RGB
CMYK
RGB Variations
Color information
#282FB6 (or 0x282FB6) is known color: Persian Blue. HEX triplet: 28, 2F and B6. RGB value is (40,47,182). Sum of RGB (Red+Green+Blue) = 40+47+182=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 182 (71.48% from 255 or 67.66% from 269); Max value from RGB is 182 - color contains mainly: blue. Hex color #282FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282FB6 is #D7D049. Grayscale: #3B3B3B. Windows color (decimal): -14143562 or 11939624. OLE color: 11939624.
HSL color Cylindrical-coordinate representation of color #282FB6: hue angle of 237.04º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #282FB6 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 47 | 182 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.29 |
| HSL | 237.04º | 0.64% | 0.44% | - |
| HSV(B) | 237.04º | 0.78% | 0.71% | - |
| XYZ | 10.34 | 5.86 | 44.84 | - |
| YUV | 60.3 | 196.68 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 182 | 0.78 | 0.74 | 0 | 0.29 | 237.04 | 0.64 | 0.44 |
| Hex | 28 | 2F | B6 | 4E | 4A | 0 | 1D | ED | 40 | 2C |
| Octal | 50 | 57 | 266 | 116 | 112 | 0 | 35 | 355 | 100 | 54 |
| Binary | 101000 | 101111 | 10110110 | 1001110 | 1001010 | 0 | 11101 | 11101101 | 1000000 | 101100 |
Color Harmonies of #282FB6
Complementary color
Monochromatic Colors of #282FB6
Black with #282FB6
Text Example
Text Example
White with #282FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282FB6; }
p { color: rgb(40,47,182); }
H1.HeaderClassName
{
color: #282FB6;
}
.AnyTagClassName
{
color: #282FB6;
}
</style>
background-color css
<style>
a { background-color: #282FB6; }
a { background-color: rgb(40,47,182); }
div.DivClassName
{
background-color: #282FB6;
}
.BgClassName
{
background-color: #282FB6;
}
</style>
border-color css
<style>
span { border-color: #282FB6; }
span { border-color: rgb(40,47,182); }
td.TdClassName
{
border-color: #282FB6;
}
.TagClassName
{
border-color: #282FB6;
}
</style>