Html Css Color HEX #422197 Blue Gem

📋 copy color: '#422197'

red 66 ◦ green 33 ◦ blue 151

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

Shades of Blue Gem #422197

Tints of Blue Gem #422197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 60.4%

R = 26.4%
G = 13.2%
B = 60.4%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#422197 (or 0x422197) is known color: Blue Gem. HEX triplet: 42, 21 and 97. RGB value is (66,33,151). Sum of RGB (Red+Green+Blue) = 66+33+151=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #422197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422197 is #BDDE68. Grayscale: #373737. Windows color (decimal): -12443241 or 9904450. OLE color: 9904450.

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

Color convert

RGB 66 33 151 -
CMYK 0.56 0.78 0 0.41
HSL 256.78º 0.64% 0.36% -
HSV(B) 256.78º 0.78% 0.59% -
XYZ 8.38 4.48 29.7 -
YUV 56.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 66 33 151 0.56 0.78 0 0.41 256.78 0.64 0.36
Hex 42 21 97 38 4E 0 29 101 40 24
Octal 102 41 227 70 116 0 51 401 100 44
Binary 1000010 100001 10010111 111000 1001110 0 101001 100000001 1000000 100100

Color Harmonies of #422197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422197

Black with #422197

Text Example


Text Example

White with #422197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422197; }

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

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

background-color css

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

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

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

border-color css

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

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

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