Html Css Color HEX #402699 Blue Gem

📋 copy color: '#402699'

red 64 ◦ green 38 ◦ blue 153

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

Shades of Blue Gem #402699

Tints of Blue Gem #402699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 60%

R = 25.1%
G = 14.9%
B = 60%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#402699 (or 0x402699) is known color: Blue Gem. HEX triplet: 40, 26 and 99. RGB value is (64,38,153). Sum of RGB (Red+Green+Blue) = 64+38+153=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #402699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402699 is #BFD966. Grayscale: #3A3A3A. Windows color (decimal): -12573031 or 10036800. OLE color: 10036800.

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

Color convert

RGB 64 38 153 -
CMYK 0.58 0.75 0 0.4
HSL 253.57º 0.6% 0.37% -
HSV(B) 253.57º 0.75% 0.6% -
XYZ 8.56 4.78 30.61 -
YUV 58.88 181.11 131.65 -
System Red Green Blue C M Y K H S L
Decimal 64 38 153 0.58 0.75 0 0.4 253.57 0.6 0.37
Hex 40 26 99 3A 4B 0 28 FE 3C 25
Octal 100 46 231 72 113 0 50 376 74 45
Binary 1000000 100110 10011001 111010 1001011 0 101000 11111110 111100 100101

Color Harmonies of #402699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402699

Black with #402699

Text Example


Text Example

White with #402699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402699; }

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

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

background-color css

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

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

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

border-color css

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

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

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