Html Css Color HEX #40219F Blue Gem

📋 copy color: '#40219F'

red 64 ◦ green 33 ◦ blue 159

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

Shades of Blue Gem #40219F

Tints of Blue Gem #40219F

RGB

 RED value IS 64 (25.39% from 255) = 25%

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

 BLUE value IS 159 (62.5% from 255) = 62.11%

R = 25%
G = 12.89%
B = 62.11%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40219F (or 0x40219F) is known color: Blue Gem. HEX triplet: 40, 21 and 9F. RGB value is (64,33,159). Sum of RGB (Red+Green+Blue) = 64+33+159=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #40219F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40219F is #BFDE60. Grayscale: #383838. Windows color (decimal): -12574305 or 10428736. OLE color: 10428736.

HSL color Cylindrical-coordinate representation of color #40219F: hue angle of 254.76º 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 #40219F is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 33 159 -
CMYK 0.60 0.79 0 0.38
HSL 254.76º 0.66% 0.38% -
HSV(B) 254.76º 0.79% 0.62% -
XYZ 8.92 4.68 33.23 -
YUV 56.63 185.77 133.25 -
System Red Green Blue C M Y K H S L
Decimal 64 33 159 0.60 0.79 0 0.38 254.76 0.66 0.38
Hex 40 21 9F 3C 4F 0 26 FF 42 26
Octal 100 41 237 74 117 0 46 377 102 46
Binary 1000000 100001 10011111 111100 1001111 0 100110 11111111 1000010 100110

Color Harmonies of #40219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40219F

Black with #40219F

Text Example


Text Example

White with #40219F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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