Html Css Color HEX #422095 Blue Gem

📋 copy color: '#422095'

red 66 ◦ green 32 ◦ blue 149

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

Shades of Blue Gem #422095

Tints of Blue Gem #422095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.96%

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

R = 26.72%
G = 12.96%
B = 60.32%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#422095 (or 0x422095) is known color: Blue Gem. HEX triplet: 42, 20 and 95. RGB value is (66,32,149). Sum of RGB (Red+Green+Blue) = 66+32+149=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #422095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422095 is #BDDF6A. Grayscale: #373737. Windows color (decimal): -12443499 or 9773122. OLE color: 9773122.

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

Color convert

RGB 66 32 149 -
CMYK 0.56 0.79 0 0.42
HSL 257.44º 0.65% 0.35% -
HSV(B) 257.44º 0.79% 0.58% -
XYZ 8.19 4.36 28.84 -
YUV 55.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 66 32 149 0.56 0.79 0 0.42 257.44 0.65 0.35
Hex 42 20 95 38 4F 0 2A 101 41 23
Octal 102 40 225 70 117 0 52 401 101 43
Binary 1000010 100000 10010101 111000 1001111 0 101010 100000001 1000001 100011

Color Harmonies of #422095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422095

Black with #422095

Text Example


Text Example

White with #422095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422095; }

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

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

background-color css

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

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

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

border-color css

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

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

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