Html Css Color HEX #402697 Blue Gem

📋 copy color: '#402697'

red 64 ◦ green 38 ◦ blue 151

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

Shades of Blue Gem #402697

Tints of Blue Gem #402697

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.02%

 BLUE value IS 151 (59.38% from 255) = 59.68%

R = 25.3%
G = 15.02%
B = 59.68%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#402697 (or 0x402697) is known color: Blue Gem. HEX triplet: 40, 26 and 97. RGB value is (64,38,151). Sum of RGB (Red+Green+Blue) = 64+38+151=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #402697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402697 is #BFD968. Grayscale: #3A3A3A. Windows color (decimal): -12573033 or 9905728. OLE color: 9905728.

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

Color convert

RGB 64 38 151 -
CMYK 0.58 0.75 0 0.41
HSL 253.81º 0.6% 0.37% -
HSV(B) 253.81º 0.75% 0.59% -
XYZ 8.39 4.71 29.75 -
YUV 58.66 180.11 131.81 -
System Red Green Blue C M Y K H S L
Decimal 64 38 151 0.58 0.75 0 0.41 253.81 0.6 0.37
Hex 40 26 97 3A 4B 0 29 FE 3C 25
Octal 100 46 227 72 113 0 51 376 74 45
Binary 1000000 100110 10010111 111010 1001011 0 101001 11111110 111100 100101

Color Harmonies of #402697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402697

Black with #402697

Text Example


Text Example

White with #402697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402697; }

 p { color: rgb(64,38,151); }

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

background-color css

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

 a { background-color: rgb(64,38,151); }

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

border-color css

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

 span { border-color: rgb(64,38,151); }

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