#403AAD

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

Shades of Blue Gem #403AAD

Tints of Blue Gem #403AAD

Color information

#403AAD (or 0x403AAD) is unknown color: approx Blue Gem. HEX triplet: 40, 3A and AD. RGB value is (64,58,173). Sum of RGB (Red+Green+Blue) = 64+58+173=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #403AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403AAD is #BFC552. Grayscale: #484848. Windows color (decimal): -12567891 or 11352640. OLE color: 11352640.

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

Color convert

RGB6458173-
CMYK0.630.6600.32
HSL243.13º49.78%45.29%-
HSV(B)243.13º66.47%67.84%-
XYZ11.177.1340.32-
YUV72.9184.49121.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 173 (67.97% from 255) = 58.64%
R=21.69%
G=19.66%
B=58.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64581730.630.6600.32243.1349.7845.29
Hex403AAD3F42020f3322d
Octal10072255771020403636255
Binary1000000111010101011011111111000010010000011110011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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