Html Css Color HEX #402896 Blue Gem

📋 copy color: '#402896'

red 64 ◦ green 40 ◦ blue 150

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

Shades of Blue Gem #402896

Tints of Blue Gem #402896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.75%

 BLUE value IS 150 (58.98% from 255) = 59.06%

R = 25.2%
G = 15.75%
B = 59.06%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#402896 (or 0x402896) is known color: Blue Gem. HEX triplet: 40, 28 and 96. RGB value is (64,40,150). Sum of RGB (Red+Green+Blue) = 64+40+150=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #402896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402896 is #BFD769. Grayscale: #3B3B3B. Windows color (decimal): -12572522 or 9840704. OLE color: 9840704.

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

Color convert

RGB 64 40 150 -
CMYK 0.57 0.73 0 0.41
HSL 253.09º 0.58% 0.37% -
HSV(B) 253.09º 0.73% 0.59% -
XYZ 8.38 4.81 29.34 -
YUV 59.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 64 40 150 0.57 0.73 0 0.41 253.09 0.58 0.37
Hex 40 28 96 39 49 0 29 FD 3A 25
Octal 100 50 226 71 111 0 51 375 72 45
Binary 1000000 101000 10010110 111001 1001001 0 101001 11111101 111010 100101

Color Harmonies of #402896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402896

Black with #402896

Text Example


Text Example

White with #402896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402896; }

 p { color: rgb(64,40,150); }

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

background-color css

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

 a { background-color: rgb(64,40,150); }

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

border-color css

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

 span { border-color: rgb(64,40,150); }

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