#403AAB

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

Shades of Blue Gem #403AAB

Tints of Blue Gem #403AAB

Color information

#403AAB (or 0x403AAB) is unknown color: approx Blue Gem. HEX triplet: 40, 3A and AB. RGB value is (64,58,171). Sum of RGB (Red+Green+Blue) = 64+58+171=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #403AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403AAB is #BFC554. Grayscale: #484848. Windows color (decimal): -12567893 or 11221568. OLE color: 11221568.

HSL color Cylindrical-coordinate representation of color #403AAB: hue angle of 243.19º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403AAB is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6458171-
CMYK0.630.6600.33
HSL243.19º49.34%44.9%-
HSV(B)243.19º66.08%67.06%-
XYZ10.987.0639.31-
YUV72.68183.49121.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 58 (23.05% from 255) = 19.80%
BLUE value IS 171 (67.19% from 255) = 58.36%
R=21.84%
G=19.80%
B=58.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64581710.630.6600.33243.1949.3444.9
Hex403AAB3F42021f3312d
Octal10072253771020413636155
Binary1000000111010101010111111111000010010000111110011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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