Html Css Color HEX #422DA3 Blue Gem

📋 copy color: '#422DA3'

red 66 ◦ green 45 ◦ blue 163

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

Shades of Blue Gem #422DA3

Tints of Blue Gem #422DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 59.49%

R = 24.09%
G = 16.42%
B = 59.49%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#422DA3 (or 0x422DA3) is known color: Blue Gem. HEX triplet: 42, 2D and A3. RGB value is (66,45,163). Sum of RGB (Red+Green+Blue) = 66+45+163=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 163 (64.06% from 255 or 59.49% from 274); Max value from RGB is 163 - color contains mainly: blue. Hex color #422DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422DA3 is #BDD25C. Grayscale: #404040. Windows color (decimal): -12440157 or 10693954. OLE color: 10693954.

HSL color Cylindrical-coordinate representation of color #422DA3: hue angle of 250.68º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422DA3 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 45 163 -
CMYK 0.60 0.72 0 0.36
HSL 250.68º 0.57% 0.41% -
HSV(B) 250.68º 0.72% 0.64% -
XYZ 9.8 5.68 35.23 -
YUV 64.73 183.46 128.91 -
System Red Green Blue C M Y K H S L
Decimal 66 45 163 0.60 0.72 0 0.36 250.68 0.57 0.41
Hex 42 2D A3 3C 48 0 24 FB 39 29
Octal 102 55 243 74 110 0 44 373 71 51
Binary 1000010 101101 10100011 111100 1001000 0 100100 11111011 111001 101001

Color Harmonies of #422DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DA3

Black with #422DA3

Text Example


Text Example

White with #422DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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