#42219F

Color #42219F Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #42219F

Tints of Blue Gem #42219F

Color information

#42219F (or 0x42219F) is unknown color: approx Blue Gem. HEX triplet: 42, 21 and 9F. RGB value is (66,33,159). Sum of RGB (Red+Green+Blue) = 66+33+159=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #42219F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42219F is #BDDE60. Grayscale: #383838. Windows color (decimal): -12443233 or 10428738. OLE color: 10428738.

HSL color Cylindrical-coordinate representation of color #42219F: hue angle of 255.71º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42219F is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6633159-
CMYK0.580.7900.38
HSL255.71º65.62%37.65%-
HSV(B)255.71º79.25%62.35%-
XYZ9.054.7533.24-
YUV57.23185.43134.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 33 (13.28% from 255) = 12.79%
BLUE value IS 159 (62.5% from 255) = 61.63%
R=25.58%
G=12.79%
B=61.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66331590.580.7900.38255.7165.6237.65
Hex42219F3A4F0261004226
Octal102412377211704640010246
Binary100001010000110011111111010100111101001101000000001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42219F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42219F; }

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

 H1.HeaderClassName
 {
   color: #42219F;
 }
 .AnyTagClassName
 {
   color: #42219F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #42219F;
 }
 .BgClassName
 {
   background-color: #42219F;
 }
</style>
border-color css

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

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

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