#432991

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

Shades of Blue Gem #432991

Tints of Blue Gem #432991

Color information

#432991 (or 0x432991) is unknown color: approx Blue Gem. HEX triplet: 43, 29 and 91. RGB value is (67,41,145). Sum of RGB (Red+Green+Blue) = 67+41+145=253 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.48% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #432991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432991 is #BCD66E. Grayscale: #3C3C3C. Windows color (decimal): -12375663 or 9513283. OLE color: 9513283.

HSL color Cylindrical-coordinate representation of color #432991: hue angle of 255º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432991 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6741145-
CMYK0.540.7200.43
HSL255º55.91%36.47%-
HSV(B)255º71.72%56.86%-
XYZ8.224.8227.29-
YUV60.63175.61132.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.48%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 145 (57.03% from 255) = 57.31%
R=26.48%
G=16.21%
B=57.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67411450.540.7200.4325555.9136.47
Hex432991364802Bff3824
Octal10351221661100533777044
Binary1000011101001100100011101101001000010101111111111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432991; }

 p { color: rgb(67,41,145); }

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

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

 a { background-color: rgb(67,41,145); }

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

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

 span { border-color: rgb(67,41,145); }

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