Html Css Color HEX #40278D Blue Gem

📋 copy color: '#40278D'

red 64 ◦ green 39 ◦ blue 141

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

Shades of Blue Gem #40278D

Tints of Blue Gem #40278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.98%

 BLUE value IS 141 (55.47% from 255) = 57.79%

R = 26.23%
G = 15.98%
B = 57.79%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40278D (or 0x40278D) is known color: Blue Gem. HEX triplet: 40, 27 and 8D. RGB value is (64,39,141). Sum of RGB (Red+Green+Blue) = 64+39+141=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #40278D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40278D is #BFD872. Grayscale: #393939. Windows color (decimal): -12572787 or 9250624. OLE color: 9250624.

HSL color Cylindrical-coordinate representation of color #40278D: hue angle of 254.71º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40278D is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 39 141 -
CMYK 0.55 0.72 0 0.45
HSL 254.71º 0.57% 0.35% -
HSV(B) 254.71º 0.72% 0.55% -
XYZ 7.65 4.46 25.66 -
YUV 58.1 174.78 132.21 -
System Red Green Blue C M Y K H S L
Decimal 64 39 141 0.55 0.72 0 0.45 254.71 0.57 0.35
Hex 40 27 8D 37 48 0 2D FF 39 23
Octal 100 47 215 67 110 0 55 377 71 43
Binary 1000000 100111 10001101 110111 1001000 0 101101 11111111 111001 100011

Color Harmonies of #40278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40278D

Black with #40278D

Text Example


Text Example

White with #40278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40278D; }

 p { color: rgb(64,39,141); }

 H1.HeaderClassName
 {
   color: #40278D;
 }
 .AnyTagClassName
 {
   color: #40278D;
 }
</style>

background-color css

<style>
 a { background-color: #40278D; }

 a { background-color: rgb(64,39,141); }

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

border-color css

<style>
 span { border-color: #40278D; }

 span { border-color: rgb(64,39,141); }

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