Html Css Color HEX #402895 Blue Gem

📋 copy color: '#402895'

red 64 ◦ green 40 ◦ blue 149

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

Shades of Blue Gem #402895

Tints of Blue Gem #402895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.89%

R = 25.3%
G = 15.81%
B = 58.89%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#402895 (or 0x402895) is known color: Blue Gem. HEX triplet: 40, 28 and 95. RGB value is (64,40,149). Sum of RGB (Red+Green+Blue) = 64+40+149=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #402895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402895 is #BFD76A. Grayscale: #3B3B3B. Windows color (decimal): -12572523 or 9775168. OLE color: 9775168.

HSL color Cylindrical-coordinate representation of color #402895: hue angle of 253.21º degrees, saturation: 0.58, 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 #402895 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 40 149 -
CMYK 0.57 0.73 0 0.42
HSL 253.21º 0.58% 0.37% -
HSV(B) 253.21º 0.73% 0.58% -
XYZ 8.3 4.78 28.92 -
YUV 59.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 64 40 149 0.57 0.73 0 0.42 253.21 0.58 0.37
Hex 40 28 95 39 49 0 2A FD 3A 25
Octal 100 50 225 71 111 0 52 375 72 45
Binary 1000000 101000 10010101 111001 1001001 0 101010 11111101 111010 100101

Color Harmonies of #402895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402895

Black with #402895

Text Example


Text Example

White with #402895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402895; }

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

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

background-color css

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

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

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

border-color css

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

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

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