#432D91

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

Shades of Blue Gem #432D91

Tints of Blue Gem #432D91

Color information

#432D91 (or 0x432D91) is unknown color: approx Blue Gem. HEX triplet: 43, 2D and 91. RGB value is (67,45,145). Sum of RGB (Red+Green+Blue) = 67+45+145=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #432D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432D91 is #BCD26E. Grayscale: #3E3E3E. Windows color (decimal): -12374639 or 9514307. OLE color: 9514307.

HSL color Cylindrical-coordinate representation of color #432D91: hue angle of 253.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #432D91 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6745145-
CMYK0.540.6900.43
HSL253.2º52.63%37.25%-
HSV(B)253.2º68.97%56.86%-
XYZ8.365.1127.33-
YUV62.98174.29130.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.07%
GREEN value IS 45 (17.97% from 255) = 17.51%
BLUE value IS 145 (57.03% from 255) = 56.42%
R=26.07%
G=17.51%
B=56.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67451450.540.6900.43253.252.6337.25
Hex432D91364502Bfd3525
Octal10355221661050533756545
Binary1000011101101100100011101101000101010101111111101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432D91; }

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

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

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

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

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

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

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

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