#40278D

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

Shades of Blue Gem #40278D

Tints of Blue Gem #40278D

Color information

#40278D (or 0x40278D) is unknown color: approx Blue Gem. HEX triplet: 40, 27 and 8D. RGB value is (64,39,141). Sum of RGB (Red+Green+Blue) = 64+39+141=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #40278D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40278D is #BFD872. Grayscale: #393939. Windows color (decimal): -12572787 or 9250624. OLE color: 9250624.

HSL color Cylindrical-coordinate representation of color #40278D: hue angle of 254.71º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40278D is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6439141-
CMYK0.550.7200.45
HSL254.71º56.67%35.29%-
HSV(B)254.71º72.34%55.29%-
XYZ7.654.4625.66-
YUV58.1174.78132.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 141 (55.47% from 255) = 57.79%
R=26.23%
G=15.98%
B=57.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64391410.550.7200.45254.7156.6735.29
Hex40278D374802Dff3923
Octal10047215671100553777143
Binary1000000100111100011011101111001000010110111111111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40278D; }

 p { color: rgb(64,39,141); }

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

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

 a { background-color: rgb(64,39,141); }

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

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

 span { border-color: rgb(64,39,141); }

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