Html Css Color HEX #42219F Blue Gem

📋 copy color: '#42219F'

red 66 ◦ green 33 ◦ blue 159

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

Shades of Blue Gem #42219F

Tints of Blue Gem #42219F

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 value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42219F (or 0x42219F) is known color: 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

RGB 66 33 159 -
CMYK 0.58 0.79 0 0.38
HSL 255.71º 0.66% 0.38% -
HSV(B) 255.71º 0.79% 0.62% -
XYZ 9.05 4.75 33.24 -
YUV 57.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 66 33 159 0.58 0.79 0 0.38 255.71 0.66 0.38
Hex 42 21 9F 3A 4F 0 26 100 42 26
Octal 102 41 237 72 117 0 46 400 102 46
Binary 1000010 100001 10011111 111010 1001111 0 100110 100000000 1000010 100110

Color Harmonies of #42219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42219F

Black with #42219F

Text Example


Text Example

White with #42219F

Text Example


Text Example

HTML Codes & Css Web 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>