Html Css Color HEX #402095 Blue Gem

📋 copy color: '#402095'

red 64 ◦ green 32 ◦ blue 149

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

Shades of Blue Gem #402095

Tints of Blue Gem #402095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.06%

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

R = 26.12%
G = 13.06%
B = 60.82%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#402095 (or 0x402095) is known color: Blue Gem. HEX triplet: 40, 20 and 95. RGB value is (64,32,149). Sum of RGB (Red+Green+Blue) = 64+32+149=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 149 (58.59% from 255 or 60.82% from 245); Max value from RGB is 149 - color contains mainly: blue. Hex color #402095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402095 is #BFDF6A. Grayscale: #363636. Windows color (decimal): -12574571 or 9773120. OLE color: 9773120.

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

Color convert

RGB 64 32 149 -
CMYK 0.57 0.79 0 0.42
HSL 256.41º 0.65% 0.35% -
HSV(B) 256.41º 0.79% 0.58% -
XYZ 8.06 4.29 28.84 -
YUV 54.91 181.1 134.49 -
System Red Green Blue C M Y K H S L
Decimal 64 32 149 0.57 0.79 0 0.42 256.41 0.65 0.35
Hex 40 20 95 39 4F 0 2A 100 41 23
Octal 100 40 225 71 117 0 52 400 101 43
Binary 1000000 100000 10010101 111001 1001111 0 101010 100000000 1000001 100011

Color Harmonies of #402095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402095

Black with #402095

Text Example


Text Example

White with #402095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402095; }

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

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

background-color css

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

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

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

border-color css

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

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

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