Html Css Color HEX #402B94 Blue Gem

📋 copy color: '#402B94'

red 64 ◦ green 43 ◦ blue 148

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

Shades of Blue Gem #402B94

Tints of Blue Gem #402B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.04%

R = 25.1%
G = 16.86%
B = 58.04%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#402B94 (or 0x402B94) is known color: Blue Gem. HEX triplet: 40, 2B and 94. RGB value is (64,43,148). Sum of RGB (Red+Green+Blue) = 64+43+148=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #402B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402B94 is #BFD46B. Grayscale: #3C3C3C. Windows color (decimal): -12571756 or 9710400. OLE color: 9710400.

HSL color Cylindrical-coordinate representation of color #402B94: hue angle of 252º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #402B94 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 43 148 -
CMYK 0.57 0.71 0 0.42
HSL 252º 0.55% 0.37% -
HSV(B) 252º 0.71% 0.58% -
XYZ 8.32 4.96 28.53 -
YUV 61.25 176.96 129.96 -
System Red Green Blue C M Y K H S L
Decimal 64 43 148 0.57 0.71 0 0.42 252 0.55 0.37
Hex 40 2B 94 39 47 0 2A FC 37 25
Octal 100 53 224 71 107 0 52 374 67 45
Binary 1000000 101011 10010100 111001 1000111 0 101010 11111100 110111 100101

Color Harmonies of #402B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B94

Black with #402B94

Text Example


Text Example

White with #402B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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