Html Css Color HEX #402795 Blue Gem

📋 copy color: '#402795'

red 64 ◦ green 39 ◦ blue 149

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

Shades of Blue Gem #402795

Tints of Blue Gem #402795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

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

R = 25.4%
G = 15.48%
B = 59.13%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#402795 (or 0x402795) is known color: Blue Gem. HEX triplet: 40, 27 and 95. RGB value is (64,39,149). Sum of RGB (Red+Green+Blue) = 64+39+149=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #402795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402795 is #BFD86A. Grayscale: #3A3A3A. Windows color (decimal): -12572779 or 9774912. OLE color: 9774912.

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

Color convert

RGB 64 39 149 -
CMYK 0.57 0.74 0 0.42
HSL 253.64º 0.59% 0.37% -
HSV(B) 253.64º 0.74% 0.58% -
XYZ 8.26 4.71 28.91 -
YUV 59.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 64 39 149 0.57 0.74 0 0.42 253.64 0.59 0.37
Hex 40 27 95 39 4A 0 2A FE 3B 25
Octal 100 47 225 71 112 0 52 376 73 45
Binary 1000000 100111 10010101 111001 1001010 0 101010 11111110 111011 100101

Color Harmonies of #402795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402795

Black with #402795

Text Example


Text Example

White with #402795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402795; }

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

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

background-color css

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

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

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

border-color css

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

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

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