Html Css Color HEX #402893 Blue Gem

📋 copy color: '#402893'

red 64 ◦ green 40 ◦ blue 147

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

Shades of Blue Gem #402893

Tints of Blue Gem #402893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.57%

R = 25.5%
G = 15.94%
B = 58.57%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#402893 (or 0x402893) is known color: Blue Gem. HEX triplet: 40, 28 and 93. RGB value is (64,40,147). Sum of RGB (Red+Green+Blue) = 64+40+147=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #402893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402893 is #BFD76C. Grayscale: #3A3A3A. Windows color (decimal): -12572525 or 9644096. OLE color: 9644096.

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

Color convert

RGB 64 40 147 -
CMYK 0.56 0.73 0 0.42
HSL 253.46º 0.57% 0.37% -
HSV(B) 253.46º 0.73% 0.58% -
XYZ 8.14 4.71 28.08 -
YUV 59.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 64 40 147 0.56 0.73 0 0.42 253.46 0.57 0.37
Hex 40 28 93 38 49 0 2A FD 39 25
Octal 100 50 223 70 111 0 52 375 71 45
Binary 1000000 101000 10010011 111000 1001001 0 101010 11111101 111001 100101

Color Harmonies of #402893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402893

Black with #402893

Text Example


Text Example

White with #402893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402893; }

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

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

background-color css

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

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

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

border-color css

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

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

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