Html Css Color HEX #402990 Blue Gem

📋 copy color: '#402990'

red 64 ◦ green 41 ◦ blue 144

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

Shades of Blue Gem #402990

Tints of Blue Gem #402990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.47%

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 25.7%
G = 16.47%
B = 57.83%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#402990 (or 0x402990) is known color: Blue Gem. HEX triplet: 40, 29 and 90. RGB value is (64,41,144). Sum of RGB (Red+Green+Blue) = 64+41+144=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #402990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402990 is #BFD66F. Grayscale: #3B3B3B. Windows color (decimal): -12572272 or 9447744. OLE color: 9447744.

HSL color Cylindrical-coordinate representation of color #402990: hue angle of 253.4º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402990 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 41 144 -
CMYK 0.56 0.72 0 0.44
HSL 253.4º 0.56% 0.36% -
HSV(B) 253.4º 0.72% 0.56% -
XYZ 7.94 4.69 26.87 -
YUV 59.62 175.62 131.12 -
System Red Green Blue C M Y K H S L
Decimal 64 41 144 0.56 0.72 0 0.44 253.4 0.56 0.36
Hex 40 29 90 38 48 0 2C FD 38 24
Octal 100 51 220 70 110 0 54 375 70 44
Binary 1000000 101001 10010000 111000 1001000 0 101100 11111101 111000 100100

Color Harmonies of #402990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402990

Black with #402990

Text Example


Text Example

White with #402990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402990; }

 p { color: rgb(64,41,144); }

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

background-color css

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

 a { background-color: rgb(64,41,144); }

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

border-color css

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

 span { border-color: rgb(64,41,144); }

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