#320C65

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

Shades of Christalle #320C65

Tints of Christalle #320C65

Color information

#320C65 (or 0x320C65) is unknown color: approx Christalle. HEX triplet: 32, 0C and 65. RGB value is (50,12,101). Sum of RGB (Red+Green+Blue) = 50+12+101=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #320C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C65 is #CDF39A. Grayscale: #212121. Windows color (decimal): -13497243 or 6622258. OLE color: 6622258.

HSL color Cylindrical-coordinate representation of color #320C65: hue angle of 265.62º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #320C65 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5012101-
CMYK0.500.8800.60
HSL265.62º78.76%22.16%-
HSV(B)265.62º88.12%39.61%-
XYZ3.81.8812.47-
YUV33.51166.09139.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 12 (5.08% from 255) = 7.36%
BLUE value IS 101 (39.84% from 255) = 61.96%
R=30.67%
G=7.36%
B=61.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50121010.500.8800.60265.6278.7622.16
Hex32C65325803C10a4f16
Octal62141456213007441211726
Binary1100101100110010111001010110000111100100001010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320C65; }

 p { color: rgb(50,12,101); }

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

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

 a { background-color: rgb(50,12,101); }

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

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

 span { border-color: rgb(50,12,101); }

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