#432E8E

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

Shades of Blue Gem #432E8E

Tints of Blue Gem #432E8E

Color information

#432E8E (or 0x432E8E) is unknown color: approx Blue Gem. HEX triplet: 43, 2E and 8E. RGB value is (67,46,142). Sum of RGB (Red+Green+Blue) = 67+46+142=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #432E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432E8E is #BCD171. Grayscale: #3E3E3E. Windows color (decimal): -12374386 or 9317955. OLE color: 9317955.

HSL color Cylindrical-coordinate representation of color #432E8E: hue angle of 253.12º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #432E8E is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6746142-
CMYK0.530.6800.44
HSL253.12º51.06%36.86%-
HSV(B)253.12º67.61%55.69%-
XYZ8.175.126.14-
YUV63.22172.46130.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.27%
GREEN value IS 46 (18.36% from 255) = 18.04%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=26.27%
G=18.04%
B=55.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67461420.530.6800.44253.1251.0636.86
Hex432E8E354402Cfd3325
Octal10356216651040543756345
Binary1000011101110100011101101011000100010110011111101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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