#432fa4

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

Shades of Blue Gem #432FA4

Tints of Blue Gem #432FA4

Color information

#432FA4 (or 0x432FA4) is unknown color: approx Blue Gem. HEX triplet: 43, 2F and A4. RGB value is (67,47,164). Sum of RGB (Red+Green+Blue) = 67+47+164=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #432FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432FA4 is #BCD05B. Grayscale: #414141. Windows color (decimal): -12374108 or 10760003. OLE color: 10760003.

HSL color Cylindrical-coordinate representation of color #432FA4: hue angle of 250.26º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #432FA4 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6747164-
CMYK0.590.7100.36
HSL250.26º55.45%41.37%-
HSV(B)250.26º71.34%64.31%-
XYZ10.035.9135.73-
YUV66.32183.13128.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.10%
GREEN value IS 47 (18.75% from 255) = 16.91%
BLUE value IS 164 (64.45% from 255) = 58.99%
R=24.10%
G=16.91%
B=58.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal67471640.590.7100.36250.2655.4541.37
Hex432FA43B47024fa3729
Octal10357244731070443726751
Binary1000011101111101001001110111000111010010011111010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432fa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,47,164); }

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

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

 a { background-color: rgb(67,47,164); }

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

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

 span { border-color: rgb(67,47,164); }

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