#432BA1

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

Shades of Blue Gem #432BA1

Tints of Blue Gem #432BA1

Color information

#432BA1 (or 0x432BA1) is unknown color: approx Blue Gem. HEX triplet: 43, 2B and A1. RGB value is (67,43,161). Sum of RGB (Red+Green+Blue) = 67+43+161=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 161 (63.28% from 255 or 59.41% from 271); Max value from RGB is 161 - color contains mainly: blue. Hex color #432BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432BA1 is #BCD45E. Grayscale: #3F3F3F. Windows color (decimal): -12375135 or 10562371. OLE color: 10562371.

HSL color Cylindrical-coordinate representation of color #432BA1: hue angle of 252.2º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432BA1 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6743161-
CMYK0.580.7300.37
HSL252.2º57.84%40%-
HSV(B)252.2º73.29%63.14%-
XYZ9.615.4934.27-
YUV63.63182.95130.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.72%
GREEN value IS 43 (17.19% from 255) = 15.87%
BLUE value IS 161 (63.28% from 255) = 59.41%
R=24.72%
G=15.87%
B=59.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal67431610.580.7300.37252.257.8440
Hex432BA13A49025fc3a28
Octal10353241721110453747250
Binary1000011101011101000011110101001001010010111111100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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