Html Css Color HEX #422195 Blue Gem

📋 copy color: '#422195'

red 66 ◦ green 33 ◦ blue 149

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

Shades of Blue Gem #422195

Tints of Blue Gem #422195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.31%

 BLUE value IS 149 (58.59% from 255) = 60.08%

R = 26.61%
G = 13.31%
B = 60.08%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#422195 (or 0x422195) is known color: Blue Gem. HEX triplet: 42, 21 and 95. RGB value is (66,33,149). Sum of RGB (Red+Green+Blue) = 66+33+149=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #422195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422195 is #BDDE6A. Grayscale: #373737. Windows color (decimal): -12443243 or 9773378. OLE color: 9773378.

HSL color Cylindrical-coordinate representation of color #422195: hue angle of 257.07º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #422195 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 33 149 -
CMYK 0.56 0.78 0 0.42
HSL 257.07º 0.64% 0.36% -
HSV(B) 257.07º 0.78% 0.58% -
XYZ 8.22 4.42 28.85 -
YUV 56.09 180.43 135.07 -
System Red Green Blue C M Y K H S L
Decimal 66 33 149 0.56 0.78 0 0.42 257.07 0.64 0.36
Hex 42 21 95 38 4E 0 2A 101 40 24
Octal 102 41 225 70 116 0 52 401 100 44
Binary 1000010 100001 10010101 111000 1001110 0 101010 100000001 1000000 100100

Color Harmonies of #422195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422195

Black with #422195

Text Example


Text Example

White with #422195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422195; }

 p { color: rgb(66,33,149); }

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

background-color css

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

 a { background-color: rgb(66,33,149); }

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

border-color css

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

 span { border-color: rgb(66,33,149); }

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