Html Css Color HEX #402B9E Blue Gem

📋 copy color: '#402B9E'

red 64 ◦ green 43 ◦ blue 158

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

Shades of Blue Gem #402B9E

Tints of Blue Gem #402B9E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.23%

 BLUE value IS 158 (62.11% from 255) = 59.62%

R = 24.15%
G = 16.23%
B = 59.62%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#402B9E (or 0x402B9E) is known color: Blue Gem. HEX triplet: 40, 2B and 9E. RGB value is (64,43,158). Sum of RGB (Red+Green+Blue) = 64+43+158=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #402B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402B9E is #BFD461. Grayscale: #3D3D3D. Windows color (decimal): -12571746 or 10365760. OLE color: 10365760.

HSL color Cylindrical-coordinate representation of color #402B9E: hue angle of 250.96º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402B9E is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 43 158 -
CMYK 0.59 0.73 0 0.38
HSL 250.96º 0.57% 0.39% -
HSV(B) 250.96º 0.73% 0.62% -
XYZ 9.15 5.29 32.89 -
YUV 62.39 181.96 129.15 -
System Red Green Blue C M Y K H S L
Decimal 64 43 158 0.59 0.73 0 0.38 250.96 0.57 0.39
Hex 40 2B 9E 3B 49 0 26 FB 39 27
Octal 100 53 236 73 111 0 46 373 71 47
Binary 1000000 101011 10011110 111011 1001001 0 100110 11111011 111001 100111

Color Harmonies of #402B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B9E

Black with #402B9E

Text Example


Text Example

White with #402B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402B9E; }

 p { color: rgb(64,43,158); }

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

background-color css

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

 a { background-color: rgb(64,43,158); }

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

border-color css

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

 span { border-color: rgb(64,43,158); }

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