#432FB1

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

Shades of Blue Gem #432FB1

Tints of Blue Gem #432FB1

Color information

#432FB1 (or 0x432FB1) is unknown color: approx Blue Gem. HEX triplet: 43, 2F and B1. RGB value is (67,47,177). Sum of RGB (Red+Green+Blue) = 67+47+177=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 177 (69.53% from 255 or 60.82% from 291); Max value from RGB is 177 - color contains mainly: blue. Hex color #432FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432FB1 is #BCD04E. Grayscale: #434343. Windows color (decimal): -12374095 or 11611971. OLE color: 11611971.

HSL color Cylindrical-coordinate representation of color #432FB1: hue angle of 249.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432FB1 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6747177-
CMYK0.620.7300.31
HSL249.23º58.04%43.92%-
HSV(B)249.23º73.45%69.41%-
XYZ11.276.442.24-
YUV67.8189.63127.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.02%
GREEN value IS 47 (18.75% from 255) = 16.15%
BLUE value IS 177 (69.53% from 255) = 60.82%
R=23.02%
G=16.15%
B=60.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal67471770.620.7300.31249.2358.0443.92
Hex432FB13E4901Ff93a2c
Octal10357261761110373717254
Binary100001110111110110001111110100100101111111111001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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