#422ca5

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

Shades of Blue Gem #422CA5

Tints of Blue Gem #422CA5

Color information

#422CA5 (or 0x422CA5) is unknown color: approx Blue Gem. HEX triplet: 42, 2C and A5. RGB value is (66,44,165). Sum of RGB (Red+Green+Blue) = 66+44+165=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 165 (64.84% from 255 or 60% from 275); Max value from RGB is 165 - color contains mainly: blue. Hex color #422CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422CA5 is #BDD35A. Grayscale: #3F3F3F. Windows color (decimal): -12440411 or 10824770. OLE color: 10824770.

HSL color Cylindrical-coordinate representation of color #422CA5: hue angle of 250.91º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422CA5 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6644165-
CMYK0.600.7300.35
HSL250.91º57.89%40.98%-
HSV(B)250.91º73.33%64.71%-
XYZ9.945.6836.17-
YUV64.37184.79129.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 44 (17.58% from 255) = 16%
BLUE value IS 165 (64.84% from 255) = 60%
R=24%
G=16%
B=60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66441650.600.7300.35250.9157.8940.98
Hex422CA53C49023fb3a29
Octal10254245741110433737251
Binary1000010101100101001011111001001001010001111111011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422ca5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,44,165); }

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

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

 a { background-color: rgb(66,44,165); }

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

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

 span { border-color: rgb(66,44,165); }

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