#402F95

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

Shades of Blue Gem #402F95

Tints of Blue Gem #402F95

Color information

#402F95 (or 0x402F95) is unknown color: approx Blue Gem. HEX triplet: 40, 2F and 95. RGB value is (64,47,149). Sum of RGB (Red+Green+Blue) = 64+47+149=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #402F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402F95 is #BFD06A. Grayscale: #3F3F3F. Windows color (decimal): -12570731 or 9776960. OLE color: 9776960.

HSL color Cylindrical-coordinate representation of color #402F95: hue angle of 250º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #402F95 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6447149-
CMYK0.570.6800.42
HSL250º52.04%38.43%-
HSV(B)250º68.46%58.43%-
XYZ8.565.2929-
YUV63.71176.13128.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 47 (18.75% from 255) = 18.08%
BLUE value IS 149 (58.59% from 255) = 57.31%
R=24.62%
G=18.08%
B=57.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64471490.570.6800.4225052.0438.43
Hex402F95394402Afa3426
Octal10057225711040523726446
Binary1000000101111100101011110011000100010101011111010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402F95; }

 p { color: rgb(64,47,149); }

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

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

 a { background-color: rgb(64,47,149); }

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

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

 span { border-color: rgb(64,47,149); }

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