#422893

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

Shades of Blue Gem #422893

Tints of Blue Gem #422893

Color information

#422893 (or 0x422893) is unknown color: approx Blue Gem. HEX triplet: 42, 28 and 93. RGB value is (66,40,147). Sum of RGB (Red+Green+Blue) = 66+40+147=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #422893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422893 is #BDD76C. Grayscale: #3B3B3B. Windows color (decimal): -12441453 or 9644098. OLE color: 9644098.

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

Color convert

RGB6640147-
CMYK0.550.7300.42
HSL254.58º57.22%36.67%-
HSV(B)254.58º72.79%57.65%-
XYZ8.274.7828.09-
YUV59.97177.11132.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 147 (57.81% from 255) = 58.10%
R=26.09%
G=15.81%
B=58.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66401470.550.7300.42254.5857.2236.67
Hex422893374902Aff3925
Octal10250223671110523777145
Binary1000010101000100100111101111001001010101011111111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422893; }

 p { color: rgb(66,40,147); }

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

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

 a { background-color: rgb(66,40,147); }

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

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

 span { border-color: rgb(66,40,147); }

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