Html Css Color HEX #402491 Blue Gem

📋 copy color: '#402491'

red 64 ◦ green 36 ◦ blue 145

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

Shades of Blue Gem #402491

Tints of Blue Gem #402491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

 BLUE value IS 145 (57.03% from 255) = 59.18%

R = 26.12%
G = 14.69%
B = 59.18%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#402491 (or 0x402491) is known color: Blue Gem. HEX triplet: 40, 24 and 91. RGB value is (64,36,145). Sum of RGB (Red+Green+Blue) = 64+36+145=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #402491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402491 is #BFDB6E. Grayscale: #383838. Windows color (decimal): -12573551 or 9512000. OLE color: 9512000.

HSL color Cylindrical-coordinate representation of color #402491: hue angle of 255.41º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402491 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 36 145 -
CMYK 0.56 0.75 0 0.43
HSL 255.41º 0.6% 0.35% -
HSV(B) 255.41º 0.75% 0.57% -
XYZ 7.86 4.4 27.22 -
YUV 56.8 177.78 133.14 -
System Red Green Blue C M Y K H S L
Decimal 64 36 145 0.56 0.75 0 0.43 255.41 0.6 0.35
Hex 40 24 91 38 4B 0 2B FF 3C 23
Octal 100 44 221 70 113 0 53 377 74 43
Binary 1000000 100100 10010001 111000 1001011 0 101011 11111111 111100 100011

Color Harmonies of #402491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402491

Black with #402491

Text Example


Text Example

White with #402491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402491; }

 p { color: rgb(64,36,145); }

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

background-color css

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

 a { background-color: rgb(64,36,145); }

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

border-color css

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

 span { border-color: rgb(64,36,145); }

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