Html Css Color HEX #422D92 Blue Gem

📋 copy color: '#422D92'

red 66 ◦ green 45 ◦ blue 146

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

Shades of Blue Gem #422D92

Tints of Blue Gem #422D92

RGB

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

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

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

R = 25.68%
G = 17.51%
B = 56.81%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#422D92 (or 0x422D92) is known color: Blue Gem. HEX triplet: 42, 2D and 92. RGB value is (66,45,146). Sum of RGB (Red+Green+Blue) = 66+45+146=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #422D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422D92 is #BDD26D. Grayscale: #3E3E3E. Windows color (decimal): -12440174 or 9579842. OLE color: 9579842.

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

Color convert

RGB 66 45 146 -
CMYK 0.55 0.69 0 0.43
HSL 252.48º 0.53% 0.37% -
HSV(B) 252.48º 0.69% 0.57% -
XYZ 8.37 5.11 27.74 -
YUV 62.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 66 45 146 0.55 0.69 0 0.43 252.48 0.53 0.37
Hex 42 2D 92 37 45 0 2B FC 35 25
Octal 102 55 222 67 105 0 53 374 65 45
Binary 1000010 101101 10010010 110111 1000101 0 101011 11111100 110101 100101

Color Harmonies of #422D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D92

Black with #422D92

Text Example


Text Example

White with #422D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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