Html Css Color HEX #402B9F Blue Gem

📋 copy color: '#402B9F'

red 64 ◦ green 43 ◦ blue 159

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

Shades of Blue Gem #402B9F

Tints of Blue Gem #402B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 59.77%

R = 24.06%
G = 16.17%
B = 59.77%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#402B9F (or 0x402B9F) is known color: Blue Gem. HEX triplet: 40, 2B and 9F. RGB value is (64,43,159). Sum of RGB (Red+Green+Blue) = 64+43+159=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #402B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402B9F is #BFD460. Grayscale: #3E3E3E. Windows color (decimal): -12571745 or 10431296. OLE color: 10431296.

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

Color convert

RGB 64 43 159 -
CMYK 0.60 0.73 0 0.38
HSL 250.86º 0.57% 0.4% -
HSV(B) 250.86º 0.73% 0.62% -
XYZ 9.24 5.32 33.34 -
YUV 62.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 64 43 159 0.60 0.73 0 0.38 250.86 0.57 0.4
Hex 40 2B 9F 3C 49 0 26 FB 39 28
Octal 100 53 237 74 111 0 46 373 71 50
Binary 1000000 101011 10011111 111100 1001001 0 100110 11111011 111001 101000

Color Harmonies of #402B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B9F

Black with #402B9F

Text Example


Text Example

White with #402B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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