Html Css Color HEX #402196 Blue Gem

📋 copy color: '#402196'

red 64 ◦ green 33 ◦ blue 150

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

Shades of Blue Gem #402196

Tints of Blue Gem #402196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 60.73%

R = 25.91%
G = 13.36%
B = 60.73%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#402196 (or 0x402196) is known color: Blue Gem. HEX triplet: 40, 21 and 96. RGB value is (64,33,150). Sum of RGB (Red+Green+Blue) = 64+33+150=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #402196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402196 is #BFDE69. Grayscale: #373737. Windows color (decimal): -12574314 or 9838912. OLE color: 9838912.

HSL color Cylindrical-coordinate representation of color #402196: hue angle of 255.9º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402196 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 33 150 -
CMYK 0.57 0.78 0 0.41
HSL 255.9º 0.64% 0.36% -
HSV(B) 255.9º 0.78% 0.59% -
XYZ 8.16 4.38 29.27 -
YUV 55.61 181.27 133.99 -
System Red Green Blue C M Y K H S L
Decimal 64 33 150 0.57 0.78 0 0.41 255.9 0.64 0.36
Hex 40 21 96 39 4E 0 29 100 40 24
Octal 100 41 226 71 116 0 51 400 100 44
Binary 1000000 100001 10010110 111001 1001110 0 101001 100000000 1000000 100100

Color Harmonies of #402196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402196

Black with #402196

Text Example


Text Example

White with #402196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402196; }

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

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

background-color css

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

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

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

border-color css

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

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

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