#403AB1

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

Shades of Blue Gem #403AB1

Tints of Blue Gem #403AB1

Color information

#403AB1 (or 0x403AB1) is unknown color: approx Blue Gem. HEX triplet: 40, 3A and B1. RGB value is (64,58,177). Sum of RGB (Red+Green+Blue) = 64+58+177=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 177 (69.53% from 255 or 59.20% from 299); Max value from RGB is 177 - color contains mainly: blue. Hex color #403AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403AB1 is #BFC54E. Grayscale: #484848. Windows color (decimal): -12567887 or 11614784. OLE color: 11614784.

HSL color Cylindrical-coordinate representation of color #403AB1: hue angle of 243.03º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403AB1 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6458177-
CMYK0.640.6700.31
HSL243.03º50.64%46.08%-
HSV(B)243.03º67.23%69.41%-
XYZ11.567.2942.39-
YUV73.36186.49121.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 58 (23.05% from 255) = 19.40%
BLUE value IS 177 (69.53% from 255) = 59.20%
R=21.40%
G=19.40%
B=59.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64581770.640.6700.31243.0350.6446.08
Hex403AB1404301Ff3332e
Octal100722611001030373636356
Binary1000000111010101100011000000100001101111111110011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403AB1; }

 p { color: rgb(64,58,177); }

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

<style>
 a { background-color: #403AB1; }

 a { background-color: rgb(64,58,177); }

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

<style>
 span { border-color: #403AB1; }

 span { border-color: rgb(64,58,177); }

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