#432B8B

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

Shades of Blue Gem #432B8B

Tints of Blue Gem #432B8B

Color information

#432B8B (or 0x432B8B) is unknown color: approx Blue Gem. HEX triplet: 43, 2B and 8B. RGB value is (67,43,139). Sum of RGB (Red+Green+Blue) = 67+43+139=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #432B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432B8B is #BCD474. Grayscale: #3C3C3C. Windows color (decimal): -12375157 or 9120579. OLE color: 9120579.

HSL color Cylindrical-coordinate representation of color #432B8B: hue angle of 255º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #432B8B is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6743139-
CMYK0.520.6900.45
HSL255º52.75%35.69%-
HSV(B)255º69.06%54.51%-
XYZ7.844.7924.94-
YUV61.12171.95132.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.91%
GREEN value IS 43 (17.19% from 255) = 17.27%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=26.91%
G=17.27%
B=55.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67431390.520.6900.4525552.7535.69
Hex432B8B344502Dff3524
Octal10353213641050553776544
Binary1000011101011100010111101001000101010110111111111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,43,139); }

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

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

 a { background-color: rgb(67,43,139); }

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

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

 span { border-color: rgb(67,43,139); }

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