Html Css Color HEX #422AA0 Blue Gem

📋 copy color: '#422AA0'

red 66 ◦ green 42 ◦ blue 160

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

Shades of Blue Gem #422AA0

Tints of Blue Gem #422AA0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.67%

 BLUE value IS 160 (62.89% from 255) = 59.7%

R = 24.63%
G = 15.67%
B = 59.7%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#422AA0 (or 0x422AA0) is known color: Blue Gem. HEX triplet: 42, 2A and A0. RGB value is (66,42,160). Sum of RGB (Red+Green+Blue) = 66+42+160=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 160 (62.89% from 255 or 59.70% from 268); Max value from RGB is 160 - color contains mainly: blue. Hex color #422AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422AA0 is #BDD55F. Grayscale: #3E3E3E. Windows color (decimal): -12440928 or 10496578. OLE color: 10496578.

HSL color Cylindrical-coordinate representation of color #422AA0: hue angle of 252.2º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422AA0 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 42 160 -
CMYK 0.59 0.74 0 0.37
HSL 252.2º 0.58% 0.4% -
HSV(B) 252.2º 0.74% 0.63% -
XYZ 9.42 5.35 33.79 -
YUV 62.63 182.95 130.41 -
System Red Green Blue C M Y K H S L
Decimal 66 42 160 0.59 0.74 0 0.37 252.2 0.58 0.4
Hex 42 2A A0 3B 4A 0 25 FC 3A 28
Octal 102 52 240 73 112 0 45 374 72 50
Binary 1000010 101010 10100000 111011 1001010 0 100101 11111100 111010 101000

Color Harmonies of #422AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422AA0

Black with #422AA0

Text Example


Text Example

White with #422AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,42,160); }

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

background-color css

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

 a { background-color: rgb(66,42,160); }

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

border-color css

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

 span { border-color: rgb(66,42,160); }

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