Html Css Color HEX #40219A Blue Gem

📋 copy color: '#40219A'

red 64 ◦ green 33 ◦ blue 154

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

Shades of Blue Gem #40219A

Tints of Blue Gem #40219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 61.35%

R = 25.5%
G = 13.15%
B = 61.35%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#40219A (or 0x40219A) is known color: Blue Gem. HEX triplet: 40, 21 and 9A. RGB value is (64,33,154). Sum of RGB (Red+Green+Blue) = 64+33+154=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #40219A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40219A is #BFDE65. Grayscale: #373737. Windows color (decimal): -12574310 or 10101056. OLE color: 10101056.

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

Color convert

RGB 64 33 154 -
CMYK 0.58 0.79 0 0.40
HSL 255.37º 0.65% 0.37% -
HSV(B) 255.37º 0.79% 0.6% -
XYZ 8.49 4.51 31 -
YUV 56.06 183.27 133.66 -
System Red Green Blue C M Y K H S L
Decimal 64 33 154 0.58 0.79 0 0.40 255.37 0.65 0.37
Hex 40 21 9A 3A 4F 0 28 FF 41 25
Octal 100 41 232 72 117 0 50 377 101 45
Binary 1000000 100001 10011010 111010 1001111 0 101000 11111111 1000001 100101

Color Harmonies of #40219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40219A

Black with #40219A

Text Example


Text Example

White with #40219A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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