#432590

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

Shades of Blue Gem #432590

Tints of Blue Gem #432590

Color information

#432590 (or 0x432590) is unknown color: approx Blue Gem. HEX triplet: 43, 25 and 90. RGB value is (67,37,144). Sum of RGB (Red+Green+Blue) = 67+37+144=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #432590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432590 is #BCDA6F. Grayscale: #393939. Windows color (decimal): -12376688 or 9446723. OLE color: 9446723.

HSL color Cylindrical-coordinate representation of color #432590: hue angle of 256.82º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #432590 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6737144-
CMYK0.530.7400.44
HSL256.82º59.12%35.49%-
HSV(B)256.82º74.31%56.47%-
XYZ8.014.5326.84-
YUV58.17176.44134.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.02%
GREEN value IS 37 (14.84% from 255) = 14.92%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=27.02%
G=14.92%
B=58.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67371440.530.7400.44256.8259.1235.49
Hex432590354A02C1013b23
Octal10345220651120544017343
Binary10000111001011001000011010110010100101100100000001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432590; }

 p { color: rgb(67,37,144); }

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

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

 a { background-color: rgb(67,37,144); }

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

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

 span { border-color: rgb(67,37,144); }

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