#432969

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

Shades of Blue Diamond #432969

Tints of Blue Diamond #432969

Color information

#432969 (or 0x432969) is unknown color: approx Blue Diamond. HEX triplet: 43, 29 and 69. RGB value is (67,41,105). Sum of RGB (Red+Green+Blue) = 67+41+105=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #432969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432969 is #BCD696. Grayscale: #373737. Windows color (decimal): -12375703 or 6891843. OLE color: 6891843.

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

Color convert

RGB6741105-
CMYK0.360.6100.59
HSL264.38º43.84%28.63%-
HSV(B)264.38º60.95%41.18%-
XYZ5.663.813.8-
YUV56.07155.61135.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.46%
GREEN value IS 41 (16.41% from 255) = 19.25%
BLUE value IS 105 (41.41% from 255) = 49.30%
R=31.46%
G=19.25%
B=49.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal67411050.360.6100.59264.3843.8428.63
Hex432969243D03B1082c1d
Octal1035115144750734105435
Binary10000111010011101001100100111101011101110000100010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432969; }

 p { color: rgb(67,41,105); }

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

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

 a { background-color: rgb(67,41,105); }

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

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

 span { border-color: rgb(67,41,105); }

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