Html Css Color HEX #422AAA Blue Gem

📋 copy color: '#422AAA'

red 66 ◦ green 42 ◦ blue 170

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

Shades of Blue Gem #422AAA

Tints of Blue Gem #422AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.15%

R = 23.74%
G = 15.11%
B = 61.15%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#422AAA (or 0x422AAA) is known color: Blue Gem. HEX triplet: 42, 2A and AA. RGB value is (66,42,170). Sum of RGB (Red+Green+Blue) = 66+42+170=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #422AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422AAA is #BDD555. Grayscale: #3F3F3F. Windows color (decimal): -12440918 or 11151938. OLE color: 11151938.

HSL color Cylindrical-coordinate representation of color #422AAA: hue angle of 251.25º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422AAA is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 42 170 -
CMYK 0.61 0.75 0 0.33
HSL 251.25º 0.6% 0.42% -
HSV(B) 251.25º 0.75% 0.67% -
XYZ 10.33 5.72 38.59 -
YUV 63.77 187.95 129.59 -
System Red Green Blue C M Y K H S L
Decimal 66 42 170 0.61 0.75 0 0.33 251.25 0.6 0.42
Hex 42 2A AA 3D 4B 0 21 FB 3C 2A
Octal 102 52 252 75 113 0 41 373 74 52
Binary 1000010 101010 10101010 111101 1001011 0 100001 11111011 111100 101010

Color Harmonies of #422AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422AAA

Black with #422AAA

Text Example


Text Example

White with #422AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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