Html Css Color HEX #422890 Blue Gem

📋 copy color: '#422890'

red 66 ◦ green 40 ◦ blue 144

#422890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #422890

Tints of Blue Gem #422890

RGB

 RED value IS 66 (26.17% from 255) = 26.4%

 GREEN value IS 40 (16.02% from 255) = 16%

 BLUE value IS 144 (56.64% from 255) = 57.6%

R = 26.4%
G = 16%
B = 57.6%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#422890 (or 0x422890) is known color: Blue Gem. HEX triplet: 42, 28 and 90. RGB value is (66,40,144). Sum of RGB (Red+Green+Blue) = 66+40+144=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #422890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422890 is #BDD76F. Grayscale: #3B3B3B. Windows color (decimal): -12441456 or 9447490. OLE color: 9447490.

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

Color convert

RGB 66 40 144 -
CMYK 0.54 0.72 0 0.44
HSL 255º 0.57% 0.36% -
HSV(B) 255º 0.72% 0.56% -
XYZ 8.04 4.69 26.87 -
YUV 59.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 66 40 144 0.54 0.72 0 0.44 255 0.57 0.36
Hex 42 28 90 36 48 0 2C FF 39 24
Octal 102 50 220 66 110 0 54 377 71 44
Binary 1000010 101000 10010000 110110 1001000 0 101100 11111111 111001 100100

Color Harmonies of #422890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422890

Black with #422890

Text Example


Text Example

White with #422890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422890; }

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

 H1.HeaderClassName
 {
   color: #422890;
 }
 .AnyTagClassName
 {
   color: #422890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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