#422A92

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

Shades of Blue Gem #422A92

Tints of Blue Gem #422A92

Color information

#422A92 (or 0x422A92) is unknown color: approx Blue Gem. HEX triplet: 42, 2A and 92. RGB value is (66,42,146). Sum of RGB (Red+Green+Blue) = 66+42+146=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #422A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422A92 is #BDD56D. Grayscale: #3C3C3C. Windows color (decimal): -12440942 or 9579074. OLE color: 9579074.

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

Color convert

RGB6642146-
CMYK0.550.7100.43
HSL253.85º55.32%36.86%-
HSV(B)253.85º71.23%57.25%-
XYZ8.264.8927.7-
YUV61.03175.95131.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 42 (16.80% from 255) = 16.54%
BLUE value IS 146 (57.42% from 255) = 57.48%
R=25.98%
G=16.54%
B=57.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66421460.550.7100.43253.8555.3236.86
Hex422A92374702Bfe3725
Octal10252222671070533766745
Binary1000010101010100100101101111000111010101111111110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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