#422E95

Color #422E95 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #422E95

Tints of Blue Gem #422E95

Color information

#422E95 (or 0x422E95) is unknown color: approx Blue Gem. HEX triplet: 42, 2E and 95. RGB value is (66,46,149). Sum of RGB (Red+Green+Blue) = 66+46+149=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #422E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422E95 is #BDD16A. Grayscale: #3F3F3F. Windows color (decimal): -12439915 or 9776706. OLE color: 9776706.

HSL color Cylindrical-coordinate representation of color #422E95: hue angle of 251.65º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #422E95 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6646149-
CMYK0.560.6900.42
HSL251.65º52.82%38.24%-
HSV(B)251.65º69.13%58.43%-
XYZ8.655.2829-
YUV63.72176.13129.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 46 (18.36% from 255) = 17.62%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=25.29%
G=17.62%
B=57.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66461490.560.6900.42251.6552.8238.24
Hex422E95384502Afc3526
Octal10256225701050523746546
Binary1000010101110100101011110001000101010101011111100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422E95; }

 p { color: rgb(66,46,149); }

 H1.HeaderClassName
 {
   color: #422E95;
 }
 .AnyTagClassName
 {
   color: #422E95;
 }
</style>
background-color css

<style>
 a { background-color: #422E95; }

 a { background-color: rgb(66,46,149); }

 div.DivClassName
 {
   background-color: #422E95;
 }
 .BgClassName
 {
   background-color: #422E95;
 }
</style>
border-color css

<style>
 span { border-color: #422E95; }

 span { border-color: rgb(66,46,149); }

 td.TdClassName
 {
   border-color: #422E95;
 }
 .TagClassName
 {
   border-color: #422E95;
 }
</style>