Html Css Color HEX #422D93 Blue Gem

📋 copy color: '#422D93'

red 66 ◦ green 45 ◦ blue 147

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

Shades of Blue Gem #422D93

Tints of Blue Gem #422D93

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.44%

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

R = 25.58%
G = 17.44%
B = 56.98%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#422D93 (or 0x422D93) is known color: Blue Gem. HEX triplet: 42, 2D and 93. RGB value is (66,45,147). Sum of RGB (Red+Green+Blue) = 66+45+147=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #422D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422D93 is #BDD26C. Grayscale: #3E3E3E. Windows color (decimal): -12440173 or 9645378. OLE color: 9645378.

HSL color Cylindrical-coordinate representation of color #422D93: hue angle of 252.35º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #422D93 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 45 147 -
CMYK 0.55 0.69 0 0.42
HSL 252.35º 0.53% 0.38% -
HSV(B) 252.35º 0.69% 0.58% -
XYZ 8.45 5.14 28.15 -
YUV 62.91 175.46 130.21 -
System Red Green Blue C M Y K H S L
Decimal 66 45 147 0.55 0.69 0 0.42 252.35 0.53 0.38
Hex 42 2D 93 37 45 0 2A FC 35 26
Octal 102 55 223 67 105 0 52 374 65 46
Binary 1000010 101101 10010011 110111 1000101 0 101010 11111100 110101 100110

Color Harmonies of #422D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D93

Black with #422D93

Text Example


Text Example

White with #422D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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