Html Css Color HEX #402995 Blue Gem

📋 copy color: '#402995'

red 64 ◦ green 41 ◦ blue 149

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

Shades of Blue Gem #402995

Tints of Blue Gem #402995

RGB

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

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

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

R = 25.2%
G = 16.14%
B = 58.66%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#402995 (or 0x402995) is known color: Blue Gem. HEX triplet: 40, 29 and 95. RGB value is (64,41,149). Sum of RGB (Red+Green+Blue) = 64+41+149=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #402995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402995 is #BFD66A. Grayscale: #3B3B3B. Windows color (decimal): -12572267 or 9775424. OLE color: 9775424.

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

Color convert

RGB 64 41 149 -
CMYK 0.57 0.72 0 0.42
HSL 252.78º 0.57% 0.37% -
HSV(B) 252.78º 0.72% 0.58% -
XYZ 8.33 4.85 28.93 -
YUV 60.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 64 41 149 0.57 0.72 0 0.42 252.78 0.57 0.37
Hex 40 29 95 39 48 0 2A FD 39 25
Octal 100 51 225 71 110 0 52 375 71 45
Binary 1000000 101001 10010101 111001 1001000 0 101010 11111101 111001 100101

Color Harmonies of #402995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402995

Black with #402995

Text Example


Text Example

White with #402995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402995; }

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

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

background-color css

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

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

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

border-color css

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

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

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