#432D6A

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

Shades of Blue Diamond #432D6A

Tints of Blue Diamond #432D6A

Color information

#432D6A (or 0x432D6A) is unknown color: approx Blue Diamond. HEX triplet: 43, 2D and 6A. RGB value is (67,45,106). Sum of RGB (Red+Green+Blue) = 67+45+106=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #432D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D6A is #BCD295. Grayscale: #3A3A3A. Windows color (decimal): -12374678 or 6958403. OLE color: 6958403.

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

Color convert

RGB6745106-
CMYK0.370.5800.58
HSL261.64º40.4%29.61%-
HSV(B)261.64º57.55%41.57%-
XYZ5.854.1114.12-
YUV58.53154.79134.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.73%
GREEN value IS 45 (17.97% from 255) = 20.64%
BLUE value IS 106 (41.80% from 255) = 48.62%
R=30.73%
G=20.64%
B=48.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67451060.370.5800.58261.6440.429.61
Hex432D6A253A03A106281e
Octal1035515245720724065036
Binary10000111011011101010100101111010011101010000011010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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