Html Css Color HEX #402C9F Blue Gem

📋 copy color: '#402C9F'

red 64 ◦ green 44 ◦ blue 159

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

Shades of Blue Gem #402C9F

Tints of Blue Gem #402C9F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.48%

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

R = 23.97%
G = 16.48%
B = 59.55%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#402C9F (or 0x402C9F) is known color: Blue Gem. HEX triplet: 40, 2C and 9F. RGB value is (64,44,159). Sum of RGB (Red+Green+Blue) = 64+44+159=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #402C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402C9F is #BFD360. Grayscale: #3E3E3E. Windows color (decimal): -12571489 or 10431552. OLE color: 10431552.

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

Color convert

RGB 64 44 159 -
CMYK 0.60 0.72 0 0.38
HSL 250.43º 0.57% 0.4% -
HSV(B) 250.43º 0.72% 0.62% -
XYZ 9.27 5.39 33.35 -
YUV 63.09 182.13 128.65 -
System Red Green Blue C M Y K H S L
Decimal 64 44 159 0.60 0.72 0 0.38 250.43 0.57 0.4
Hex 40 2C 9F 3C 48 0 26 FA 39 28
Octal 100 54 237 74 110 0 46 372 71 50
Binary 1000000 101100 10011111 111100 1001000 0 100110 11111010 111001 101000

Color Harmonies of #402C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C9F

Black with #402C9F

Text Example


Text Example

White with #402C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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