#422DA3

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

Shades of Blue Gem #422DA3

Tints of Blue Gem #422DA3

Color information

#422DA3 (or 0x422DA3) is unknown color: approx Blue Gem. HEX triplet: 42, 2D and A3. RGB value is (66,45,163). Sum of RGB (Red+Green+Blue) = 66+45+163=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 163 (64.06% from 255 or 59.49% from 274); Max value from RGB is 163 - color contains mainly: blue. Hex color #422DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422DA3 is #BDD25C. Grayscale: #404040. Windows color (decimal): -12440157 or 10693954. OLE color: 10693954.

HSL color Cylindrical-coordinate representation of color #422DA3: hue angle of 250.68º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422DA3 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6645163-
CMYK0.600.7200.36
HSL250.68º56.73%40.78%-
HSV(B)250.68º72.39%63.92%-
XYZ9.85.6835.23-
YUV64.73183.46128.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 45 (17.97% from 255) = 16.42%
BLUE value IS 163 (64.06% from 255) = 59.49%
R=24.09%
G=16.42%
B=59.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66451630.600.7200.36250.6856.7340.78
Hex422DA33C48024fb3929
Octal10255243741100443737151
Binary1000010101101101000111111001001000010010011111011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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