Shades of Blue Gem #451FA2
Tints of Blue Gem #451FA2
RGB
CMYK
RGB Variations
Color information
#451FA2 (or 0x451FA2) is known color: Blue Gem. HEX triplet: 45, 1F and A2. RGB value is (69,31,162). Sum of RGB (Red+Green+Blue) = 69+31+162=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 162 (63.67% from 255 or 61.83% from 262); Max value from RGB is 162 - color contains mainly: blue. Hex color #451FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451FA2 is #BAE05D. Grayscale: #383838. Windows color (decimal): -12247134 or 10624837. OLE color: 10624837.
HSL color Cylindrical-coordinate representation of color #451FA2: hue angle of 257.4º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451FA2 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 31 | 162 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.36 |
| HSL | 257.4º | 0.68% | 0.38% | - |
| HSV(B) | 257.4º | 0.81% | 0.64% | - |
| XYZ | 9.47 | 4.85 | 34.62 | - |
| YUV | 57.3 | 187.09 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 162 | 0.57 | 0.81 | 0 | 0.36 | 257.4 | 0.68 | 0.38 |
| Hex | 45 | 1F | A2 | 39 | 51 | 0 | 24 | 101 | 44 | 26 |
| Octal | 105 | 37 | 242 | 71 | 121 | 0 | 44 | 401 | 104 | 46 |
| Binary | 1000101 | 11111 | 10100010 | 111001 | 1010001 | 0 | 100100 | 100000001 | 1000100 | 100110 |
Color Harmonies of #451FA2
Complementary color
Monochromatic Colors of #451FA2
Black with #451FA2
Text Example
Text Example
White with #451FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451FA2; }
p { color: rgb(69,31,162); }
H1.HeaderClassName
{
color: #451FA2;
}
.AnyTagClassName
{
color: #451FA2;
}
</style>
background-color css
<style>
a { background-color: #451FA2; }
a { background-color: rgb(69,31,162); }
div.DivClassName
{
background-color: #451FA2;
}
.BgClassName
{
background-color: #451FA2;
}
</style>
border-color css
<style>
span { border-color: #451FA2; }
span { border-color: rgb(69,31,162); }
td.TdClassName
{
border-color: #451FA2;
}
.TagClassName
{
border-color: #451FA2;
}
</style>