Html Css Color HEX #402F9F Blue Gem

📋 copy color: '#402F9F'

red 64 ◦ green 47 ◦ blue 159

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

Shades of Blue Gem #402F9F

Tints of Blue Gem #402F9F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.41%

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

R = 23.7%
G = 17.41%
B = 58.89%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#402F9F (or 0x402F9F) is known color: Blue Gem. HEX triplet: 40, 2F and 9F. RGB value is (64,47,159). Sum of RGB (Red+Green+Blue) = 64+47+159=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #402F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402F9F is #BFD060. Grayscale: #404040. Windows color (decimal): -12570721 or 10432320. OLE color: 10432320.

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

Color convert

RGB 64 47 159 -
CMYK 0.60 0.70 0 0.38
HSL 249.11º 0.54% 0.4% -
HSV(B) 249.11º 0.7% 0.62% -
XYZ 9.39 5.63 33.39 -
YUV 64.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 64 47 159 0.60 0.70 0 0.38 249.11 0.54 0.4
Hex 40 2F 9F 3C 46 0 26 F9 36 28
Octal 100 57 237 74 106 0 46 371 66 50
Binary 1000000 101111 10011111 111100 1000110 0 100110 11111001 110110 101000

Color Harmonies of #402F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F9F

Black with #402F9F

Text Example


Text Example

White with #402F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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