#432895

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

Shades of Blue Gem #432895

Tints of Blue Gem #432895

Color information

#432895 (or 0x432895) is unknown color: approx Blue Gem. HEX triplet: 43, 28 and 95. RGB value is (67,40,149). Sum of RGB (Red+Green+Blue) = 67+40+149=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #432895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432895 is #BCD76A. Grayscale: #3C3C3C. Windows color (decimal): -12375915 or 9775171. OLE color: 9775171.

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

Color convert

RGB6740149-
CMYK0.550.7300.42
HSL254.86º57.67%37.06%-
HSV(B)254.86º73.15%58.43%-
XYZ8.54.8828.93-
YUV60.5177.95132.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.17%
GREEN value IS 40 (16.02% from 255) = 15.62%
BLUE value IS 149 (58.59% from 255) = 58.20%
R=26.17%
G=15.62%
B=58.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67401490.550.7300.42254.8657.6737.06
Hex432895374902Aff3a25
Octal10350225671110523777245
Binary1000011101000100101011101111001001010101011111111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432895; }

 p { color: rgb(67,40,149); }

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

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

 a { background-color: rgb(67,40,149); }

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

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

 span { border-color: rgb(67,40,149); }

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