Html Css Color HEX #422991 Blue Gem

📋 copy color: '#422991'

red 66 ◦ green 41 ◦ blue 145

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

Shades of Blue Gem #422991

Tints of Blue Gem #422991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 57.54%

R = 26.19%
G = 16.27%
B = 57.54%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#422991 (or 0x422991) is known color: Blue Gem. HEX triplet: 42, 29 and 91. RGB value is (66,41,145). Sum of RGB (Red+Green+Blue) = 66+41+145=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #422991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422991 is #BDD66E. Grayscale: #3B3B3B. Windows color (decimal): -12441199 or 9513282. OLE color: 9513282.

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

Color convert

RGB 66 41 145 -
CMYK 0.54 0.72 0 0.43
HSL 254.42º 0.56% 0.36% -
HSV(B) 254.42º 0.72% 0.57% -
XYZ 8.15 4.79 27.28 -
YUV 60.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 66 41 145 0.54 0.72 0 0.43 254.42 0.56 0.36
Hex 42 29 91 36 48 0 2B FE 38 24
Octal 102 51 221 66 110 0 53 376 70 44
Binary 1000010 101001 10010001 110110 1001000 0 101011 11111110 111000 100100

Color Harmonies of #422991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422991

Black with #422991

Text Example


Text Example

White with #422991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422991; }

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

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

background-color css

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

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

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

border-color css

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

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

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