#422590

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

Shades of Blue Gem #422590

Tints of Blue Gem #422590

Color information

#422590 (or 0x422590) is unknown color: approx Blue Gem. HEX triplet: 42, 25 and 90. RGB value is (66,37,144). Sum of RGB (Red+Green+Blue) = 66+37+144=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #422590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422590 is #BDDA6F. Grayscale: #393939. Windows color (decimal): -12442224 or 9446722. OLE color: 9446722.

HSL color Cylindrical-coordinate representation of color #422590: hue angle of 256.26º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422590 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6637144-
CMYK0.540.7400.44
HSL256.26º59.12%35.49%-
HSV(B)256.26º74.31%56.47%-
XYZ7.944.526.83-
YUV57.87176.61133.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 144 (56.64% from 255) = 58.30%
R=26.72%
G=14.98%
B=58.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66371440.540.7400.44256.2659.1235.49
Hex422590364A02C1003b23
Octal10245220661120544007343
Binary10000101001011001000011011010010100101100100000000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422590; }

 p { color: rgb(66,37,144); }

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

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

 a { background-color: rgb(66,37,144); }

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

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

 span { border-color: rgb(66,37,144); }

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