Html Css Color HEX #402799 Blue Gem

📋 copy color: '#402799'

red 64 ◦ green 39 ◦ blue 153

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

Shades of Blue Gem #402799

Tints of Blue Gem #402799

RGB

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

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

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

R = 25%
G = 15.23%
B = 59.77%

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

#402799 (or 0x402799) is known color: Blue Gem. HEX triplet: 40, 27 and 99. RGB value is (64,39,153). Sum of RGB (Red+Green+Blue) = 64+39+153=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #402799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402799 is #BFD866. Grayscale: #3B3B3B. Windows color (decimal): -12572775 or 10037056. OLE color: 10037056.

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

Color convert

RGB 64 39 153 -
CMYK 0.58 0.75 0 0.4
HSL 253.16º 0.59% 0.38% -
HSV(B) 253.16º 0.75% 0.6% -
XYZ 8.59 4.84 30.62 -
YUV 59.47 180.78 131.23 -
System Red Green Blue C M Y K H S L
Decimal 64 39 153 0.58 0.75 0 0.4 253.16 0.59 0.38
Hex 40 27 99 3A 4B 0 28 FD 3B 26
Octal 100 47 231 72 113 0 50 375 73 46
Binary 1000000 100111 10011001 111010 1001011 0 101000 11111101 111011 100110

Color Harmonies of #402799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402799

Black with #402799

Text Example


Text Example

White with #402799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402799; }

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

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

background-color css

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

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

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

border-color css

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

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

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