Html Css Color HEX #422293 Blue Gem

📋 copy color: '#422293'

red 66 ◦ green 34 ◦ blue 147

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

Shades of Blue Gem #422293

Tints of Blue Gem #422293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.77%

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

R = 26.72%
G = 13.77%
B = 59.51%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#422293 (or 0x422293) is known color: Blue Gem. HEX triplet: 42, 22 and 93. RGB value is (66,34,147). Sum of RGB (Red+Green+Blue) = 66+34+147=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #422293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422293 is #BDDD6C. Grayscale: #383838. Windows color (decimal): -12442989 or 9642562. OLE color: 9642562.

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

Color convert

RGB 66 34 147 -
CMYK 0.55 0.77 0 0.42
HSL 256.99º 0.62% 0.35% -
HSV(B) 256.99º 0.77% 0.58% -
XYZ 8.09 4.41 28.03 -
YUV 56.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 66 34 147 0.55 0.77 0 0.42 256.99 0.62 0.35
Hex 42 22 93 37 4D 0 2A 101 3E 23
Octal 102 42 223 67 115 0 52 401 76 43
Binary 1000010 100010 10010011 110111 1001101 0 101010 100000001 111110 100011

Color Harmonies of #422293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422293

Black with #422293

Text Example


Text Example

White with #422293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422293; }

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

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

background-color css

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

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

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

border-color css

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

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

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