Html Css Color HEX #422990 Blue Gem

📋 copy color: '#422990'

red 66 ◦ green 41 ◦ blue 144

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

Shades of Blue Gem #422990

Tints of Blue Gem #422990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.33%

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

R = 26.29%
G = 16.33%
B = 57.37%

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

#422990 (or 0x422990) is known color: Blue Gem. HEX triplet: 42, 29 and 90. RGB value is (66,41,144). Sum of RGB (Red+Green+Blue) = 66+41+144=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #422990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422990 is #BDD66F. Grayscale: #3B3B3B. Windows color (decimal): -12441200 or 9447746. OLE color: 9447746.

HSL color Cylindrical-coordinate representation of color #422990: hue angle of 254.56º degrees, saturation: 0.56, 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 #422990 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 41 144 -
CMYK 0.54 0.72 0 0.44
HSL 254.56º 0.56% 0.36% -
HSV(B) 254.56º 0.72% 0.56% -
XYZ 8.07 4.76 26.88 -
YUV 60.22 175.28 132.12 -
System Red Green Blue C M Y K H S L
Decimal 66 41 144 0.54 0.72 0 0.44 254.56 0.56 0.36
Hex 42 29 90 36 48 0 2C FF 38 24
Octal 102 51 220 66 110 0 54 377 70 44
Binary 1000010 101001 10010000 110110 1001000 0 101100 11111111 111000 100100

Color Harmonies of #422990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422990

Black with #422990

Text Example


Text Example

White with #422990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422990; }

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

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

background-color css

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

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

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

border-color css

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

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

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