Html Css Color HEX #422392 Blue Gem

📋 copy color: '#422392'

red 66 ◦ green 35 ◦ blue 146

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

Shades of Blue Gem #422392

Tints of Blue Gem #422392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

 BLUE value IS 146 (57.42% from 255) = 59.11%

R = 26.72%
G = 14.17%
B = 59.11%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#422392 (or 0x422392) is known color: Blue Gem. HEX triplet: 42, 23 and 92. RGB value is (66,35,146). Sum of RGB (Red+Green+Blue) = 66+35+146=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #422392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422392 is #BDDC6D. Grayscale: #383838. Windows color (decimal): -12442734 or 9577282. OLE color: 9577282.

HSL color Cylindrical-coordinate representation of color #422392: hue angle of 256.76º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422392 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 35 146 -
CMYK 0.55 0.76 0 0.43
HSL 256.76º 0.61% 0.35% -
HSV(B) 256.76º 0.76% 0.57% -
XYZ 8.04 4.44 27.63 -
YUV 56.92 178.27 134.47 -
System Red Green Blue C M Y K H S L
Decimal 66 35 146 0.55 0.76 0 0.43 256.76 0.61 0.35
Hex 42 23 92 37 4C 0 2B 101 3D 23
Octal 102 43 222 67 114 0 53 401 75 43
Binary 1000010 100011 10010010 110111 1001100 0 101011 100000001 111101 100011

Color Harmonies of #422392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422392

Black with #422392

Text Example


Text Example

White with #422392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422392; }

 p { color: rgb(66,35,146); }

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

background-color css

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

 a { background-color: rgb(66,35,146); }

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

border-color css

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

 span { border-color: rgb(66,35,146); }

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