Html Css Color HEX #422DA7 Blue Gem

📋 copy color: '#422DA7'

red 66 ◦ green 45 ◦ blue 167

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

Shades of Blue Gem #422DA7

Tints of Blue Gem #422DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 60.07%

R = 23.74%
G = 16.19%
B = 60.07%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#422DA7 (or 0x422DA7) is known color: Blue Gem. HEX triplet: 42, 2D and A7. RGB value is (66,45,167). Sum of RGB (Red+Green+Blue) = 66+45+167=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 167 (65.62% from 255 or 60.07% from 278); Max value from RGB is 167 - color contains mainly: blue. Hex color #422DA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422DA7 is #BDD258. Grayscale: #404040. Windows color (decimal): -12440153 or 10956098. OLE color: 10956098.

HSL color Cylindrical-coordinate representation of color #422DA7: hue angle of 250.33º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #422DA7 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 45 167 -
CMYK 0.60 0.73 0 0.35
HSL 250.33º 0.58% 0.42% -
HSV(B) 250.33º 0.73% 0.65% -
XYZ 10.16 5.83 37.15 -
YUV 65.19 185.46 128.58 -
System Red Green Blue C M Y K H S L
Decimal 66 45 167 0.60 0.73 0 0.35 250.33 0.58 0.42
Hex 42 2D A7 3C 49 0 23 FA 3A 2A
Octal 102 55 247 74 111 0 43 372 72 52
Binary 1000010 101101 10100111 111100 1001001 0 100011 11111010 111010 101010

Color Harmonies of #422DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DA7

Black with #422DA7

Text Example


Text Example

White with #422DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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