Html Css Color HEX #422D8E Blue Gem

📋 copy color: '#422D8E'

red 66 ◦ green 45 ◦ blue 142

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

Shades of Blue Gem #422D8E

Tints of Blue Gem #422D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.13%

R = 26.09%
G = 17.79%
B = 56.13%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#422D8E (or 0x422D8E) is known color: Blue Gem. HEX triplet: 42, 2D and 8E. RGB value is (66,45,142). Sum of RGB (Red+Green+Blue) = 66+45+142=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #422D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422D8E is #BDD271. Grayscale: #3D3D3D. Windows color (decimal): -12440178 or 9317698. OLE color: 9317698.

HSL color Cylindrical-coordinate representation of color #422D8E: hue angle of 252.99º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #422D8E is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 45 142 -
CMYK 0.54 0.68 0 0.44
HSL 252.99º 0.52% 0.37% -
HSV(B) 252.99º 0.68% 0.56% -
XYZ 8.07 4.99 26.13 -
YUV 62.34 172.96 130.61 -
System Red Green Blue C M Y K H S L
Decimal 66 45 142 0.54 0.68 0 0.44 252.99 0.52 0.37
Hex 42 2D 8E 36 44 0 2C FD 34 25
Octal 102 55 216 66 104 0 54 375 64 45
Binary 1000010 101101 10001110 110110 1000100 0 101100 11111101 110100 100101

Color Harmonies of #422D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D8E

Black with #422D8E

Text Example


Text Example

White with #422D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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