#43219F

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

Shades of Blue Gem #43219F

Tints of Blue Gem #43219F

Color information

#43219F (or 0x43219F) is unknown color: approx Blue Gem. HEX triplet: 43, 21 and 9F. RGB value is (67,33,159). Sum of RGB (Red+Green+Blue) = 67+33+159=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #43219F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43219F is #BCDE60. Grayscale: #393939. Windows color (decimal): -12377697 or 10428739. OLE color: 10428739.

HSL color Cylindrical-coordinate representation of color #43219F: hue angle of 256.19º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43219F is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6733159-
CMYK0.580.7900.38
HSL256.19º65.62%37.65%-
HSV(B)256.19º79.25%62.35%-
XYZ9.124.7833.24-
YUV57.53185.26134.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.87%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 159 (62.5% from 255) = 61.39%
R=25.87%
G=12.74%
B=61.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal67331590.580.7900.38256.1965.6237.65
Hex43219F3A4F0261004226
Octal103412377211704640010246
Binary100001110000110011111111010100111101001101000000001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43219F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43219F; }

 p { color: rgb(67,33,159); }

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

<style>
 a { background-color: #43219F; }

 a { background-color: rgb(67,33,159); }

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

<style>
 span { border-color: #43219F; }

 span { border-color: rgb(67,33,159); }

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