Html Css Color HEX #422993 Blue Gem

📋 copy color: '#422993'

red 66 ◦ green 41 ◦ blue 147

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

Shades of Blue Gem #422993

Tints of Blue Gem #422993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 57.87%

R = 25.98%
G = 16.14%
B = 57.87%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#422993 (or 0x422993) is known color: Blue Gem. HEX triplet: 42, 29 and 93. RGB value is (66,41,147). Sum of RGB (Red+Green+Blue) = 66+41+147=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #422993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422993 is #BDD66C. Grayscale: #3C3C3C. Windows color (decimal): -12441197 or 9644354. OLE color: 9644354.

HSL color Cylindrical-coordinate representation of color #422993: hue angle of 254.15º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422993 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 41 147 -
CMYK 0.55 0.72 0 0.42
HSL 254.15º 0.56% 0.37% -
HSV(B) 254.15º 0.72% 0.58% -
XYZ 8.31 4.85 28.1 -
YUV 60.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 66 41 147 0.55 0.72 0 0.42 254.15 0.56 0.37
Hex 42 29 93 37 48 0 2A FE 38 25
Octal 102 51 223 67 110 0 52 376 70 45
Binary 1000010 101001 10010011 110111 1001000 0 101010 11111110 111000 100101

Color Harmonies of #422993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422993

Black with #422993

Text Example


Text Example

White with #422993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422993; }

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

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

background-color css

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

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

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

border-color css

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

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

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