Html Css Color HEX #403AA9 Blue Gem

📋 copy color: '#403AA9'

red 64 ◦ green 58 ◦ blue 169

#403AA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #403AA9

Tints of Blue Gem #403AA9

RGB

 RED value IS 64 (25.39% from 255) = 21.99%

 GREEN value IS 58 (23.05% from 255) = 19.93%

 BLUE value IS 169 (66.41% from 255) = 58.08%

R = 21.99%
G = 19.93%
B = 58.08%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#403AA9 (or 0x403AA9) is known color: Blue Gem. HEX triplet: 40, 3A and A9. RGB value is (64,58,169). Sum of RGB (Red+Green+Blue) = 64+58+169=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 169 (66.41% from 255 or 58.08% from 291); Max value from RGB is 169 - color contains mainly: blue. Hex color #403AA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403AA9 is #BFC556. Grayscale: #484848. Windows color (decimal): -12567895 or 11090496. OLE color: 11090496.

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

Color convert

RGB 64 58 169 -
CMYK 0.62 0.66 0 0.34
HSL 243.24º 0.49% 0.45% -
HSV(B) 243.24º 0.66% 0.66% -
XYZ 10.79 6.98 38.31 -
YUV 72.45 182.49 121.97 -
System Red Green Blue C M Y K H S L
Decimal 64 58 169 0.62 0.66 0 0.34 243.24 0.49 0.45
Hex 40 3A A9 3E 42 0 22 F3 31 2D
Octal 100 72 251 76 102 0 42 363 61 55
Binary 1000000 111010 10101001 111110 1000010 0 100010 11110011 110001 101101

Color Harmonies of #403AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403AA9

Black with #403AA9

Text Example


Text Example

White with #403AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #403AA9;
 }
 .AnyTagClassName
 {
   color: #403AA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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