Html Css Color HEX #422D8C Blue Gem

📋 copy color: '#422D8C'

red 66 ◦ green 45 ◦ blue 140

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

Shades of Blue Gem #422D8C

Tints of Blue Gem #422D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.78%

R = 26.29%
G = 17.93%
B = 55.78%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#422D8C (or 0x422D8C) is known color: Blue Gem. HEX triplet: 42, 2D and 8C. RGB value is (66,45,140). Sum of RGB (Red+Green+Blue) = 66+45+140=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #422D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422D8C is #BDD273. Grayscale: #3D3D3D. Windows color (decimal): -12440180 or 9186626. OLE color: 9186626.

HSL color Cylindrical-coordinate representation of color #422D8C: hue angle of 253.26º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #422D8C is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 45 140 -
CMYK 0.53 0.68 0 0.45
HSL 253.26º 0.51% 0.36% -
HSV(B) 253.26º 0.68% 0.55% -
XYZ 7.92 4.93 25.34 -
YUV 62.11 171.96 130.78 -
System Red Green Blue C M Y K H S L
Decimal 66 45 140 0.53 0.68 0 0.45 253.26 0.51 0.36
Hex 42 2D 8C 35 44 0 2D FD 33 24
Octal 102 55 214 65 104 0 55 375 63 44
Binary 1000010 101101 10001100 110101 1000100 0 101101 11111101 110011 100100

Color Harmonies of #422D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D8C

Black with #422D8C

Text Example


Text Example

White with #422D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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