#40258F

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

Shades of Blue Gem #40258F

Tints of Blue Gem #40258F

Color information

#40258F (or 0x40258F) is unknown color: approx Blue Gem. HEX triplet: 40, 25 and 8F. RGB value is (64,37,143). Sum of RGB (Red+Green+Blue) = 64+37+143=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #40258F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40258F is #BFDA70. Grayscale: #383838. Windows color (decimal): -12573297 or 9381184. OLE color: 9381184.

HSL color Cylindrical-coordinate representation of color #40258F: hue angle of 255.28º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40258F is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6437143-
CMYK0.550.7400.44
HSL255.28º58.89%35.29%-
HSV(B)255.28º74.13%56.08%-
XYZ7.734.426.43-
YUV57.16176.45132.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 37 (14.84% from 255) = 15.16%
BLUE value IS 143 (56.25% from 255) = 58.61%
R=26.23%
G=15.16%
B=58.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64371430.550.7400.44255.2858.8935.29
Hex40258F374A02Cff3b23
Octal10045217671120543777343
Binary1000000100101100011111101111001010010110011111111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40258F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40258F; }

 p { color: rgb(64,37,143); }

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

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

 a { background-color: rgb(64,37,143); }

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

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

 span { border-color: rgb(64,37,143); }

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