#402196

Color #402196 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #402196

Tints of Blue Gem #402196

Color information

#402196 (or 0x402196) is unknown color: approx 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

RGB6433150-
CMYK0.570.7800.41
HSL255.9º63.93%35.88%-
HSV(B)255.9º78%58.82%-
XYZ8.164.3829.27-
YUV55.61181.27133.99-

RGB Variations

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

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 (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64331500.570.7800.41255.963.9335.88
Hex402196394E0291004024
Octal100412267111605140010044
Binary100000010000110010110111001100111001010011000000001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>