Html Css Color HEX #422895 Blue Gem

📋 copy color: '#422895'

red 66 ◦ green 40 ◦ blue 149

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

Shades of Blue Gem #422895

Tints of Blue Gem #422895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.43%

R = 25.88%
G = 15.69%
B = 58.43%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#422895 (or 0x422895) is known color: Blue Gem. HEX triplet: 42, 28 and 95. RGB value is (66,40,149). Sum of RGB (Red+Green+Blue) = 66+40+149=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #422895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422895 is #BDD76A. Grayscale: #3B3B3B. Windows color (decimal): -12441451 or 9775170. OLE color: 9775170.

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

Color convert

RGB 66 40 149 -
CMYK 0.56 0.73 0 0.42
HSL 254.31º 0.58% 0.37% -
HSV(B) 254.31º 0.73% 0.58% -
XYZ 8.43 4.85 28.92 -
YUV 60.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 66 40 149 0.56 0.73 0 0.42 254.31 0.58 0.37
Hex 42 28 95 38 49 0 2A FE 3A 25
Octal 102 50 225 70 111 0 52 376 72 45
Binary 1000010 101000 10010101 111000 1001001 0 101010 11111110 111010 100101

Color Harmonies of #422895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422895

Black with #422895

Text Example


Text Example

White with #422895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422895; }

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

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

background-color css

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

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

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

border-color css

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

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

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