#432D8A

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

Shades of Blue Gem #432D8A

Tints of Blue Gem #432D8A

Color information

#432D8A (or 0x432D8A) is unknown color: approx Blue Gem. HEX triplet: 43, 2D and 8A. RGB value is (67,45,138). Sum of RGB (Red+Green+Blue) = 67+45+138=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #432D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432D8A is #BCD275. Grayscale: #3D3D3D. Windows color (decimal): -12374646 or 9055555. OLE color: 9055555.

HSL color Cylindrical-coordinate representation of color #432D8A: hue angle of 254.19º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #432D8A is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6745138-
CMYK0.510.6700.46
HSL254.19º50.82%35.88%-
HSV(B)254.19º67.39%54.12%-
XYZ7.844.9124.58-
YUV62.18170.79131.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.8%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 138 (54.30% from 255) = 55.2%
R=26.8%
G=18%
B=55.2%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal67451380.510.6700.46254.1950.8235.88
Hex432D8A334302Efe3324
Octal10355212631030563766344
Binary1000011101101100010101100111000011010111011111110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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