#40209A

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

Shades of Blue Gem #40209A

Tints of Blue Gem #40209A

Color information

#40209A (or 0x40209A) is unknown color: approx Blue Gem. HEX triplet: 40, 20 and 9A. RGB value is (64,32,154). Sum of RGB (Red+Green+Blue) = 64+32+154=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #40209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40209A is #BFDF65. Grayscale: #373737. Windows color (decimal): -12574566 or 10100800. OLE color: 10100800.

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

Color convert

RGB6432154-
CMYK0.580.7900.40
HSL255.74º65.59%36.47%-
HSV(B)255.74º79.22%60.39%-
XYZ8.464.4630.99-
YUV55.48183.6134.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 32 (12.89% from 255) = 12.8%
BLUE value IS 154 (60.55% from 255) = 61.6%
R=25.6%
G=12.8%
B=61.6%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64321540.580.7900.40255.7465.5936.47
Hex40209A3A4F0281004224
Octal100402327211705040010244
Binary100000010000010011010111010100111101010001000000001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40209A;
 }
 .AnyTagClassName
 {
   color: #40209A;
 }
</style>
background-color css

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

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

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

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

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

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