#432D68

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

Shades of Blue Diamond #432D68

Tints of Blue Diamond #432D68

Color information

#432D68 (or 0x432D68) is unknown color: approx Blue Diamond. HEX triplet: 43, 2D and 68. RGB value is (67,45,104). Sum of RGB (Red+Green+Blue) = 67+45+104=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #432D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D68 is #BCD297. Grayscale: #3A3A3A. Windows color (decimal): -12374680 or 6827331. OLE color: 6827331.

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

Color convert

RGB6745104-
CMYK0.360.5700.59
HSL262.37º39.6%29.22%-
HSV(B)262.37º56.73%40.78%-
XYZ5.754.0713.58-
YUV58.3153.79134.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 45 (17.97% from 255) = 20.83%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=31.02%
G=20.83%
B=48.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67451040.360.5700.59262.3739.629.22
Hex432D68243903B106281d
Octal1035515044710734065035
Binary10000111011011101000100100111001011101110000011010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,45,104); }

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

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

 a { background-color: rgb(67,45,104); }

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

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

 span { border-color: rgb(67,45,104); }

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