Shades of Persian Blue #282AC1
Tints of Persian Blue #282AC1
RGB
CMYK
RGB Variations
Color information
#282AC1 (or 0x282AC1) is known color: Persian Blue. HEX triplet: 28, 2A and C1. RGB value is (40,42,193). Sum of RGB (Red+Green+Blue) = 40+42+193=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 193 (75.78% from 255 or 70.18% from 275); Max value from RGB is 193 - color contains mainly: blue. Hex color #282AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282AC1 is #D7D53E. Grayscale: #3A3A3A. Windows color (decimal): -14144831 or 12659240. OLE color: 12659240.
HSL color Cylindrical-coordinate representation of color #282AC1: hue angle of 239.22º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #282AC1 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 42 | 193 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.24 |
| HSL | 239.22º | 0.66% | 0.46% | - |
| HSV(B) | 239.22º | 0.79% | 0.76% | - |
| XYZ | 11.33 | 5.96 | 51 | - |
| YUV | 58.62 | 203.84 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 193 | 0.79 | 0.78 | 0 | 0.24 | 239.22 | 0.66 | 0.46 |
| Hex | 28 | 2A | C1 | 4F | 4E | 0 | 18 | EF | 42 | 2E |
| Octal | 50 | 52 | 301 | 117 | 116 | 0 | 30 | 357 | 102 | 56 |
| Binary | 101000 | 101010 | 11000001 | 1001111 | 1001110 | 0 | 11000 | 11101111 | 1000010 | 101110 |
Color Harmonies of #282AC1
Complementary color
Monochromatic Colors of #282AC1
Black with #282AC1
Text Example
Text Example
White with #282AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282AC1; }
p { color: rgb(40,42,193); }
H1.HeaderClassName
{
color: #282AC1;
}
.AnyTagClassName
{
color: #282AC1;
}
</style>
background-color css
<style>
a { background-color: #282AC1; }
a { background-color: rgb(40,42,193); }
div.DivClassName
{
background-color: #282AC1;
}
.BgClassName
{
background-color: #282AC1;
}
</style>
border-color css
<style>
span { border-color: #282AC1; }
span { border-color: rgb(40,42,193); }
td.TdClassName
{
border-color: #282AC1;
}
.TagClassName
{
border-color: #282AC1;
}
</style>