#43278E

Color #43278E Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #43278E

Tints of Blue Gem #43278E

Color information

#43278E (or 0x43278E) is unknown color: approx Blue Gem. HEX triplet: 43, 27 and 8E. RGB value is (67,39,142). Sum of RGB (Red+Green+Blue) = 67+39+142=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #43278E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43278E is #BCD871. Grayscale: #3A3A3A. Windows color (decimal): -12376178 or 9316163. OLE color: 9316163.

HSL color Cylindrical-coordinate representation of color #43278E: hue angle of 256.31º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43278E is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6739142-
CMYK0.530.7300.44
HSL256.31º56.91%35.49%-
HSV(B)256.31º72.54%55.69%-
XYZ7.924.626.06-
YUV59.11174.78133.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.02%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 142 (55.86% from 255) = 57.26%
R=27.02%
G=15.73%
B=57.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67391420.530.7300.44256.3156.9135.49
Hex43278E354902C1003923
Octal10347216651110544007143
Binary10000111001111000111011010110010010101100100000000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43278E; }

 p { color: rgb(67,39,142); }

 H1.HeaderClassName
 {
   color: #43278E;
 }
 .AnyTagClassName
 {
   color: #43278E;
 }
</style>
background-color css

<style>
 a { background-color: #43278E; }

 a { background-color: rgb(67,39,142); }

 div.DivClassName
 {
   background-color: #43278E;
 }
 .BgClassName
 {
   background-color: #43278E;
 }
</style>
border-color css

<style>
 span { border-color: #43278E; }

 span { border-color: rgb(67,39,142); }

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