Html Css Color HEX #42229D Blue Gem

📋 copy color: '#42229D'

red 66 ◦ green 34 ◦ blue 157

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

Shades of Blue Gem #42229D

Tints of Blue Gem #42229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

 BLUE value IS 157 (61.72% from 255) = 61.09%

R = 25.68%
G = 13.23%
B = 61.09%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42229D (or 0x42229D) is known color: Blue Gem. HEX triplet: 42, 22 and 9D. RGB value is (66,34,157). Sum of RGB (Red+Green+Blue) = 66+34+157=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #42229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42229D is #BDDD62. Grayscale: #393939. Windows color (decimal): -12442979 or 10297922. OLE color: 10297922.

HSL color Cylindrical-coordinate representation of color #42229D: hue angle of 255.61º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42229D is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 34 157 -
CMYK 0.58 0.78 0 0.38
HSL 255.61º 0.64% 0.37% -
HSV(B) 255.61º 0.78% 0.62% -
XYZ 8.9 4.74 32.34 -
YUV 57.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 66 34 157 0.58 0.78 0 0.38 255.61 0.64 0.37
Hex 42 22 9D 3A 4E 0 26 100 40 25
Octal 102 42 235 72 116 0 46 400 100 45
Binary 1000010 100010 10011101 111010 1001110 0 100110 100000000 1000000 100101

Color Harmonies of #42229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42229D

Black with #42229D

Text Example


Text Example

White with #42229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42229D; }

 p { color: rgb(66,34,157); }

 H1.HeaderClassName
 {
   color: #42229D;
 }
 .AnyTagClassName
 {
   color: #42229D;
 }
</style>

background-color css

<style>
 a { background-color: #42229D; }

 a { background-color: rgb(66,34,157); }

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

border-color css

<style>
 span { border-color: #42229D; }

 span { border-color: rgb(66,34,157); }

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