#432066

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

Shades of Christalle #432066

Tints of Christalle #432066

Color information

#432066 (or 0x432066) is unknown color: approx Christalle. HEX triplet: 43, 20 and 66. RGB value is (67,32,102). Sum of RGB (Red+Green+Blue) = 67+32+102=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #432066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432066 is #BCDF99. Grayscale: #323232. Windows color (decimal): -12378010 or 6692931. OLE color: 6692931.

HSL color Cylindrical-coordinate representation of color #432066: hue angle of 270º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #432066 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6732102-
CMYK0.340.6900.6
HSL270º52.24%26.27%-
HSV(B)270º68.63%40%-
XYZ5.233.1912.91-
YUV50.44157.1139.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=33.33%
G=15.92%
B=50.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal67321020.340.6900.627052.2426.27
Hex432066224503C10e341a
Octal10340146421050744166432
Binary100001110000011001101000101000101011110010000111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432066; }

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

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

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

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

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

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

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

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