#432060

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

Shades of Christalle #432060

Tints of Christalle #432060

Color information

#432060 (or 0x432060) is unknown color: approx Christalle. HEX triplet: 43, 20 and 60. RGB value is (67,32,96). Sum of RGB (Red+Green+Blue) = 67+32+96=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #432060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432060 is #BCDF9F. Grayscale: #313131. Windows color (decimal): -12378016 or 6299715. OLE color: 6299715.

HSL color Cylindrical-coordinate representation of color #432060: hue angle of 272.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #432060 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB673296-
CMYK0.300.6700.62
HSL272.81º50%25.1%-
HSV(B)272.81º66.67%37.65%-
XYZ4.943.0711.4-
YUV49.76154.1140.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.36%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=34.36%
G=16.41%
B=49.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6732960.300.6700.62272.815025.1
Hex4320601E4303E1113219
Octal10340140361030764216231
Binary10000111000001100000111101000011011111010001000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432060; }

 p { color: rgb(67,32,96); }

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

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

 a { background-color: rgb(67,32,96); }

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

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

 span { border-color: rgb(67,32,96); }

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