Html Css Color HEX #422C93 Blue Gem

📋 copy color: '#422C93'

red 66 ◦ green 44 ◦ blue 147

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

Shades of Blue Gem #422C93

Tints of Blue Gem #422C93

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.12%

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

R = 25.68%
G = 17.12%
B = 57.2%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#422C93 (or 0x422C93) is known color: Blue Gem. HEX triplet: 42, 2C and 93. RGB value is (66,44,147). Sum of RGB (Red+Green+Blue) = 66+44+147=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #422C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422C93 is #BDD36C. Grayscale: #3D3D3D. Windows color (decimal): -12440429 or 9645122. OLE color: 9645122.

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

Color convert

RGB 66 44 147 -
CMYK 0.55 0.70 0 0.42
HSL 252.82º 0.54% 0.37% -
HSV(B) 252.82º 0.7% 0.58% -
XYZ 8.41 5.07 28.14 -
YUV 62.32 175.79 130.62 -
System Red Green Blue C M Y K H S L
Decimal 66 44 147 0.55 0.70 0 0.42 252.82 0.54 0.37
Hex 42 2C 93 37 46 0 2A FD 36 25
Octal 102 54 223 67 106 0 52 375 66 45
Binary 1000010 101100 10010011 110111 1000110 0 101010 11111101 110110 100101

Color Harmonies of #422C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C93

Black with #422C93

Text Example


Text Example

White with #422C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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