Html Css Color HEX #402790 Blue Gem

📋 copy color: '#402790'

red 64 ◦ green 39 ◦ blue 144

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

Shades of Blue Gem #402790

Tints of Blue Gem #402790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.79%

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

R = 25.91%
G = 15.79%
B = 58.3%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#402790 (or 0x402790) is known color: Blue Gem. HEX triplet: 40, 27 and 90. RGB value is (64,39,144). Sum of RGB (Red+Green+Blue) = 64+39+144=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #402790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402790 is #BFD86F. Grayscale: #3A3A3A. Windows color (decimal): -12572784 or 9447232. OLE color: 9447232.

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

Color convert

RGB 64 39 144 -
CMYK 0.56 0.73 0 0.44
HSL 254.29º 0.57% 0.36% -
HSV(B) 254.29º 0.73% 0.56% -
XYZ 7.87 4.55 26.85 -
YUV 58.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 64 39 144 0.56 0.73 0 0.44 254.29 0.57 0.36
Hex 40 27 90 38 49 0 2C FE 39 24
Octal 100 47 220 70 111 0 54 376 71 44
Binary 1000000 100111 10010000 111000 1001001 0 101100 11111110 111001 100100

Color Harmonies of #402790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402790

Black with #402790

Text Example


Text Example

White with #402790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402790; }

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

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

background-color css

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

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

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

border-color css

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

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

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