#432795

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

Shades of Blue Gem #432795

Tints of Blue Gem #432795

Color information

#432795 (or 0x432795) is unknown color: approx Blue Gem. HEX triplet: 43, 27 and 95. RGB value is (67,39,149). Sum of RGB (Red+Green+Blue) = 67+39+149=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #432795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432795 is #BCD86A. Grayscale: #3B3B3B. Windows color (decimal): -12376171 or 9774915. OLE color: 9774915.

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

Color convert

RGB6739149-
CMYK0.550.7400.42
HSL255.27º58.51%36.86%-
HSV(B)255.27º73.83%58.43%-
XYZ8.474.8128.92-
YUV59.91178.28133.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.27%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 149 (58.59% from 255) = 58.43%
R=26.27%
G=15.29%
B=58.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67391490.550.7400.42255.2758.5136.86
Hex432795374A02Aff3b25
Octal10347225671120523777345
Binary1000011100111100101011101111001010010101011111111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432795; }

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

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

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

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

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

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

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

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