Html Css Color HEX #40219B Blue Gem

📋 copy color: '#40219B'

red 64 ◦ green 33 ◦ blue 155

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

Shades of Blue Gem #40219B

Tints of Blue Gem #40219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.51%

R = 25.4%
G = 13.1%
B = 61.51%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40219B (or 0x40219B) is known color: Blue Gem. HEX triplet: 40, 21 and 9B. RGB value is (64,33,155). Sum of RGB (Red+Green+Blue) = 64+33+155=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #40219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40219B is #BFDE64. Grayscale: #373737. Windows color (decimal): -12574309 or 10166592. OLE color: 10166592.

HSL color Cylindrical-coordinate representation of color #40219B: hue angle of 255.25º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40219B is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 33 155 -
CMYK 0.59 0.79 0 0.39
HSL 255.25º 0.65% 0.37% -
HSV(B) 255.25º 0.79% 0.61% -
XYZ 8.57 4.54 31.44 -
YUV 56.18 183.77 133.58 -
System Red Green Blue C M Y K H S L
Decimal 64 33 155 0.59 0.79 0 0.39 255.25 0.65 0.37
Hex 40 21 9B 3B 4F 0 27 FF 41 25
Octal 100 41 233 73 117 0 47 377 101 45
Binary 1000000 100001 10011011 111011 1001111 0 100111 11111111 1000001 100101

Color Harmonies of #40219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40219B

Black with #40219B

Text Example


Text Example

White with #40219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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