#422D92

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

Shades of Blue Gem #422D92

Tints of Blue Gem #422D92

Color information

#422D92 (or 0x422D92) is unknown color: approx Blue Gem. HEX triplet: 42, 2D and 92. RGB value is (66,45,146). Sum of RGB (Red+Green+Blue) = 66+45+146=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #422D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422D92 is #BDD26D. Grayscale: #3E3E3E. Windows color (decimal): -12440174 or 9579842. OLE color: 9579842.

HSL color Cylindrical-coordinate representation of color #422D92: hue angle of 252.48º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #422D92 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6645146-
CMYK0.550.6900.43
HSL252.48º52.88%37.45%-
HSV(B)252.48º69.18%57.25%-
XYZ8.375.1127.74-
YUV62.79174.96130.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 45 (17.97% from 255) = 17.51%
BLUE value IS 146 (57.42% from 255) = 56.81%
R=25.68%
G=17.51%
B=56.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66451460.550.6900.43252.4852.8837.45
Hex422D92374502Bfc3525
Octal10255222671050533746545
Binary1000010101101100100101101111000101010101111111100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,45,146); }

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

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

 a { background-color: rgb(66,45,146); }

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

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

 span { border-color: rgb(66,45,146); }

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