Shades of Persian Blue #283AA5
Tints of Persian Blue #283AA5
RGB
CMYK
RGB Variations
Color information
#283AA5 (or 0x283AA5) is known color: Persian Blue. HEX triplet: 28, 3A and A5. RGB value is (40,58,165). Sum of RGB (Red+Green+Blue) = 40+58+165=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 165 (64.84% from 255 or 62.74% from 263); Max value from RGB is 165 - color contains mainly: blue. Hex color #283AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283AA5 is #D7C55A. Grayscale: #404040. Windows color (decimal): -14140763 or 10828328. OLE color: 10828328.
HSL color Cylindrical-coordinate representation of color #283AA5: hue angle of 231.36º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #283AA5 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 58 | 165 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.35 |
| HSL | 231.36º | 0.61% | 0.4% | - |
| HSV(B) | 231.36º | 0.76% | 0.65% | - |
| XYZ | 9.18 | 6.19 | 36.31 | - |
| YUV | 64.82 | 184.54 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 165 | 0.76 | 0.65 | 0 | 0.35 | 231.36 | 0.61 | 0.4 |
| Hex | 28 | 3A | A5 | 4C | 41 | 0 | 23 | E7 | 3D | 28 |
| Octal | 50 | 72 | 245 | 114 | 101 | 0 | 43 | 347 | 75 | 50 |
| Binary | 101000 | 111010 | 10100101 | 1001100 | 1000001 | 0 | 100011 | 11100111 | 111101 | 101000 |
Color Harmonies of #283AA5
Complementary color
Monochromatic Colors of #283AA5
Black with #283AA5
Text Example
Text Example
White with #283AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AA5; }
p { color: rgb(40,58,165); }
H1.HeaderClassName
{
color: #283AA5;
}
.AnyTagClassName
{
color: #283AA5;
}
</style>
background-color css
<style>
a { background-color: #283AA5; }
a { background-color: rgb(40,58,165); }
div.DivClassName
{
background-color: #283AA5;
}
.BgClassName
{
background-color: #283AA5;
}
</style>
border-color css
<style>
span { border-color: #283AA5; }
span { border-color: rgb(40,58,165); }
td.TdClassName
{
border-color: #283AA5;
}
.TagClassName
{
border-color: #283AA5;
}
</style>