Html Css Color HEX #402890 Blue Gem

📋 copy color: '#402890'

red 64 ◦ green 40 ◦ blue 144

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

Shades of Blue Gem #402890

Tints of Blue Gem #402890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

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

R = 25.81%
G = 16.13%
B = 58.06%

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

#402890 (or 0x402890) is known color: Blue Gem. HEX triplet: 40, 28 and 90. RGB value is (64,40,144). Sum of RGB (Red+Green+Blue) = 64+40+144=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #402890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402890 is #BFD76F. Grayscale: #3A3A3A. Windows color (decimal): -12572528 or 9447488. OLE color: 9447488.

HSL color Cylindrical-coordinate representation of color #402890: hue angle of 253.85º degrees, saturation: 0.57, 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 #402890 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 40 144 -
CMYK 0.56 0.72 0 0.44
HSL 253.85º 0.57% 0.36% -
HSV(B) 253.85º 0.72% 0.56% -
XYZ 7.91 4.62 26.86 -
YUV 59.03 175.95 131.54 -
System Red Green Blue C M Y K H S L
Decimal 64 40 144 0.56 0.72 0 0.44 253.85 0.57 0.36
Hex 40 28 90 38 48 0 2C FE 39 24
Octal 100 50 220 70 110 0 54 376 71 44
Binary 1000000 101000 10010000 111000 1001000 0 101100 11111110 111001 100100

Color Harmonies of #402890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402890

Black with #402890

Text Example


Text Example

White with #402890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402890; }

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

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

background-color css

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

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

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

border-color css

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

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

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